This commit is contained in:
joborun linux 2022-11-16 16:46:54 +02:00
parent 2417bdca75
commit aebad5b159
15 changed files with 43 additions and 30 deletions

View File

@ -7,12 +7,14 @@
pkgname=guile
pkgver=3.0.8
pkgrel=02
pkgrel=03
pkgdesc='Portable, embeddable Scheme implementation written in C'
url='https://www.gnu.org/software/guile/'
arch=(x86_64)
groups=( jobbot )
depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
##--- depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
depends=(gmp libxcrypt ncurses libunistring gc libffi)
makedepends=(texinfo)
source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
#prepare() {
@ -30,10 +32,12 @@ build() {
make
}
#check() {
# cd $pkgname-$pkgver
# make check
#}
### when some tests fail comment this check section out and rerun without removing src and without using the makepkg -f option
check() {
cd $pkgname-$pkgver
make check
}
###
package() {
make -C $pkgname-$pkgver DESTDIR="$pkgdir" install

View File

@ -4,12 +4,13 @@
pkgname=guile
pkgver=3.0.8
pkgrel=2
pkgrel=3
pkgdesc='Portable, embeddable Scheme implementation written in C'
url='https://www.gnu.org/software/guile/'
arch=(x86_64)
license=(GPL)
depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
depends=(gmp ncurses libunistring gc libffi libxcrypt)
makedepends=(texinfo)
source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig})
validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès <ludo@gnu.org>
'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo

View File

@ -2,3 +2,6 @@ autoconf
automake
gettext
##--- depends=(gmp libltdl ncurses texinfo libunistring gc libffi)
depends=(gmp libxcrypt ncurses libunistring gc libffi)
makedepends=(texinfo)

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libnghttp2
pkgver=1.50.0
pkgver=1.51.0
pkgrel=01
pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
arch=(x86_64)
@ -44,6 +44,6 @@ package() {
license=(MIT)
sha256sums=(af24007e34c18c782393a1dc3685f8fd5b50283e90a9191d25488eb50aa2c825) # nghttp2-1.50.0.tar.xz
sha256sums=(66aa76d97c143f42295405a31413e5e7d157968dad9f957bb4b015b598882e6b) # nghttp2-1.51.0.tar.xz

View File

@ -1,6 +1,3 @@
autoconf
automake

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libpipeline
pkgver=1.5.6
pkgver=1.5.7
pkgrel=01
pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
arch=('x86_64')
@ -40,5 +40,7 @@ license=('GPL')
validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # "Colin Watson <cjwatson@chiark.greenend.org.uk>"
sha256sums=(60fbb9e7dc398528e5f3a776af57bb28ca3fe5d9f0cd8a961ac6cebfe6e9b797 # libpipeline-1.5.6.tar.gz
f58e43ce83734f5b983465aeb114147dd8daabe8fe7e462043cb834ea768259e) # libpipeline-1.5.6.tar.gz.asc
sha256sums=(b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0 # libpipeline-1.5.7.tar.gz
b027d496667a3055a37d8d98542f1731d55c823fa742d596d5d0c6239bc36c34) # libpipeline-1.5.7.tar.gz.asc

View File

@ -1,2 +1,3 @@

View File

@ -7,7 +7,7 @@
pkgbase=libxcrypt
pkgname=(libxcrypt libxcrypt-compat)
pkgver=4.4.30
pkgver=4.4.31
pkgrel=01
pkgdesc='Modern library for one-way hashing of passwords'
arch=('x86_64')
@ -70,7 +70,7 @@ license=('GPL')
validpgpkeys=('678CE3FEE430311596DB8C16F52E98007594C21D') # Björn 'besser82' Esser
sha256sums=(b3667f0ba85daad6af246ba4090fbe53163ad93c8b6a2a1257d22a78bb7ceeba # libxcrypt-4.4.30.tar.xz
77f91fbfe867ab88be9ce4be23fc2ec121f5305fc0262cb72eb3a2fd57026f72) # libxcrypt-4.4.30.tar.xz.asc
sha256sums=(c0181b6a8eea83850cfe7783119bf71fddbde69adddda1d15747ba433d5c57ba # libxcrypt-4.4.31.tar.xz
296af0a04613bf80ab440ddc65129ca29c37ceaa6476da565c99297191f7e5b8) # libxcrypt-4.4.31.tar.xz.asc

View File

@ -1,2 +1,3 @@

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=nano
pkgver=6.4
pkgver=7.0
pkgrel=01
pkgdesc="Pico editor clone with enhancements"
arch=('x86_64')
@ -15,7 +15,7 @@ url="https://www.nano-editor.org"
depends=('ncurses' 'file' 'sh')
backup=('etc/nanorc')
#options=('debug') ### uncomment this to have the debug pkg produced
source=(https://www.nano-editor.org/dist/v6/${pkgname}-${pkgver}.tar.xz{,.asc}
source=(https://www.nano-editor.org/dist/v7/${pkgname}-${pkgver}.tar.xz{,.asc}
jobo.nanorc)
build() {
@ -42,9 +42,10 @@ license=('GPL')
#validpgpkeys=('8DA6FE7BFA7A418AB3CB2354BCB356DF91009FA7' # "Chris Allegretta <chrisa@asty.org>"
# 'A7F6A64A67DA09EF92782DD79DF4862AF1175C5B' # "Benno Schulenberg <bensberg@justemail.net>"
validpgpkeys=('BFD009061E535052AD0DF2150D28D4D2A0ACE884') # "Benno Schulenberg <bensberg@telfort.nl>"
#validpgpkeys=('BFD009061E535052AD0DF2150D28D4D2A0ACE884') # "Benno Schulenberg <bensberg@telfort.nl>"
validpgpkeys=('168E6F4297BFD7A79AFD4496514BBE2EB8E1961F') # "Benno Schulenberg <bensberg@telfort.nl>"
sha256sums=(4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0 # nano-6.4.tar.xz
d5644f6dbc9fd427012c9dfc94e3ee0a5cc850eb63678ce3cdae412239397b6c # nano-6.4.tar.xz.asc
sha256sums=(8dd6eac38b2b8786d82681f0e1afd84f6b75210d17391b6443c437e451552149 # nano-7.0.tar.xz
440d01645607f0bfa7d756b0a3802d2bb2c5f0aae550f24b4dff6eee33638d8b # nano-7.0.tar.xz.asc
b6c0a10c45766ec0afa5af5e2fca639bc08d2b06f62a4356402253e080d20f9a) # jobo.nanorc

View File

@ -1 +1,3 @@

View File

@ -1 +1,2 @@
gpg -v --recv-key 0D28D4D2A0ACE884
gpg -v --recv-keys 514BBE2EB8E1961F

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=xfsprogs
pkgver=5.19.0
pkgrel=02
pkgver=6.0.0
pkgrel=01
pkgdesc="XFS filesystem utilities w/o systemd"
arch=('x86_64')
url="https://xfs.org"

View File

@ -6,12 +6,13 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=xz
pkgver=5.2.7
pkgver=5.2.8
pkgrel=01
pkgdesc='Library and command line tools for XZ and LZMA compressed files'
arch=('x86_64')
url='https://tukaani.org/xz/'
depends=('sh')
#options=('debug') ##### uncomment this to produce the debug pkg
source=("https://tukaani.org/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig})
# "https://tukaani.org/${pkgname}/xzgrep-ZDI-CAN-16587.patch"{,.sig})
@ -50,7 +51,7 @@ license=('GPL' 'LGPL' 'custom')
validpgpkeys=('3690C240CE51B4670D30AD1C38EE757D69184620') # Lasse Collin <lasse.collin@tukaani.org>
sha256sums=(06327c2ddc81e126a6d9a78b0be5014b976a2c0832f492dcfc4755d7facf6d33 # xz-5.2.7.tar.gz
5d6bb3f6cf492e50c93cf70c86576091fbfd3bd516e9b134da8477eac73092c7) # xz-5.2.7.tar.gz.sig
sha256sums=(ec5cda9f0b91336ab1b881d3d144e8203fcca604e607caca8ae678ddbc29207d # xz-5.2.8.tar.gz
8e7bfff3a05e0fa7cd28ad6fd2f0c82e173dcb0daeec825f14a065fa16f0f85d) # xz-5.2.8.tar.gz.sig

View File

@ -1,3 +1,2 @@