upg several pkgs

This commit is contained in:
joborun linux 2024-04-24 04:46:05 +03:00
parent 4312d78eb3
commit 19684e9e58
39 changed files with 126 additions and 146 deletions

View File

@ -36,3 +36,5 @@ sha256sums=(e4cbbe3698bb812b395770870174be0094bbaeb391105a811f95f42eb182ae02) #
# eb954b763bd2dd7f98ff04a4d45e59db9f8a16cc7384b47ffed733781057ab37) # dont-compress-man-pages.patch
## 20719e31c71a65f555e672e97e8a98ebb0134cd4da98faab9c160bbd53bf5fa9 arandr-0.1.11-03-x86_64.pkg.tar.lz

View File

@ -7,7 +7,7 @@
pkgname=autoconf-archive
pkgver=2023.02.20
pkgrel=01
pkgrel=02
epoch=1
pkgdesc="A collection of freely re-usable Autoconf macros"
url="https://www.gnu.org/software/autoconf-archive/"
@ -46,10 +46,11 @@ sha256sums=(71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33 #
f994cb77402d83298c06fb212c48cb26c1b7ee80d1433f6e8318b4068b935a7c) # autoconf-archive-2023.02.20.tar.xz.sig
## 519882ed300e2dfd8e65b7931e6c9b1bb6979b8728f1ea6985c05f95472311c5 autoconf-archive-1:2023.02.20-01-x86_64.pkg.tar.lz
#
# Note to packager:
ls -l *pkg.tar.lz
echo "you must rename this package to meet SF naming before you move to the repo"
mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log
#ls -l *pkg.tar.lz
#echo "you must rename this package to meet SF naming before you move to the repo"
#mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log
## fdfd6e245ae1d76b6efc2f3efebba591821305226e2aa900e24add886e9f4025 autoconf-archive-1_2023.02.20-02-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
pkgname=autoconf-archive
pkgver=2023.02.20
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="A collection of freely re-usable Autoconf macros"
arch=('any')

View File

@ -9,7 +9,7 @@ pkgbase=bullet
pkgname=('bullet' 'bullet-dp' 'python-pybullet') # 'bullet-docs'
pkgver=3.25
_pkgver=3.25
pkgrel=03
pkgrel=04
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
url="http://www.bulletphysics.com/Bullet/"
makedepends=('cmake' 'doxygen' 'graphviz' 'ttf-dejavu' 'mesa' 'glu' 'python' 'python-numpy' 'python-setuptools' 'ninja')
@ -138,10 +138,7 @@ license=('custom:zlib')
sha256sums=(c45afb6399e3f68036ddb641c6bf6f552bf332d5ab6be62f7e6c54eda05ceb77 # bullet-3.25.tar.gz
68ca940af489f7e9718fe9199cf0c3428c8e4d2b4ae1576847fffe56c0da50f7) # bullet3_examplebrowser.sh
sha512sums=('7086e5fcf69635801bb311261173cb8d173b712ca1bd78be03df48fad884674e85512861190e45a1a62d5627aaad65cde08c175c44a3be9afa410d3dfd5358d4'
'8741ad94b6c46c226d89aebc8ab06d8a11bac3c04d3f0a2bf7a7524792a3375aa7bf7d295410b16fbeb4c348a31057b4570acdebe9bbaea251f44daca8d9fe81')
## 6046c0211c0f3f79c7d0dd5317d30b381f4752bb3c2beb55f246ff017742bde4 bullet-3.25-03-x86_64.pkg.tar.lz
## c3d0d1fd13c01af23a82dd5af6461f76c64c5520750c8918f41227055783746a bullet-dp-3.25-03-x86_64.pkg.tar.lz
## 0d60bcbc1bf4144f597ec02ef20a5eceb7a1d790d044d8d71e3d82e95d730951 python-pybullet-3.25-03-x86_64.pkg.tar.lz
## 2226847c7a04f3cb8f0621d054da9b98a62024bcbc8b09ace1ae823fb461454f bullet-3.25-04-x86_64.pkg.tar.lz
## bffd9f16a10f2126b7fc6c7b89d152d45b918cb077de3e367793d1d4259ffbf2 bullet-dp-3.25-04-x86_64.pkg.tar.lz
## 5897981ff634365f98d9a304168ecb76c516fce204284ca0740fce363207e6cc python-pybullet-3.25-04-x86_64.pkg.tar.lz

View File

@ -5,7 +5,7 @@ pkgbase=bullet
pkgname=('bullet' 'bullet-dp' 'bullet-docs' 'python-pybullet')
pkgver=3.25
_pkgver=3.25
pkgrel=3
pkgrel=4
pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation"
arch=('x86_64')
url="http://www.bulletphysics.com/Bullet/"

View File

@ -7,47 +7,32 @@
pkgname=cython
pkgver=3.0.10
pkgrel=02
pkgrel=03
pkgdesc='C-Extensions for Python'
url='https://cython.org'
depends=(python)
replaces=(cython-dev)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest gdb python-numpy)
source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
makedepends=(git python-build python-installer python-setuptools python-wheel)
checkdepends=(python-pytest python-tests gdb python-numpy)
source=(git+https://github.com/cython/cython#tag=$pkgver)
#source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
#prepare() {
# patch -d $pkgname-$pkgver -p1 < 26edfbc0.patch # Fix compilation regressions
#}
build() {
cd cython-$pkgver
cd cython
python -m build --wheel --no-isolation
}
#check() {
# cd cython-$pkgver
# python -m venv --system-site-packages test-env
# test-env/bin/python -m installer dist/*.whl
# test-env/bin/python -m pytest -v --ignore docs \
# --ignore pyximport/test/test_reload.py \
# --ignore Cython/Debugger/Tests
#}
#========================================== short test summary info ===========================================
#FAILED Tools/dataclass_test_data/test_dataclasses.py::TestStringAnnotations::test_classvar_module_level_import - ImportError: cannot import name 'dataclass_module_1' from 'test' (unknown location)
#FAILED Tools/dataclass_test_data/test_dataclasses.py::TestStringAnnotations::test_text_annotations - ImportError: cannot import name 'dataclass_textanno' from 'test' (unknown location)
#FAILED Tools/dataclass_test_data/test_dataclasses.py::TestAbstract::test_maintain_abc - AssertionError: "class Date without an implementation for abstract method foo" does not match "Can't inst...
#FAILED pyximport/test/test_pyximport.py::test_with_reload - ModuleNotFoundError: No module named 'dummy'
#FAILED pyximport/test/test_pyximport.py::test_zip - ModuleNotFoundError: No module named 'test_zip_module'
#FAILED tests/run/test_grammar.py::TokenTests::test_eof_error - AssertionError: 'unexpected EOF' not found in "'(' was never closed (<test>, line 1)"
#FAILED tests/run/test_grammar.py::GrammarTests::testAssert2 - AssertionError: 'msg\nassert 0' != 'msg'
#FAILED tests/run/test_grammar.py::GrammarTests::test_funcdef - AssertionError: {'return': <class 'list'>} != {'return': 'list'}
#FAILED tests/run/test_grammar.py::GrammarTests::test_var_annot_basic_semantics - AssertionError: {'_C__foo': <class 'int'>, 's': <class 'str'>} != {'_C__foo': 'int', 's': 'str'}
#=========================== 9 failed, 440 passed, 12 skipped, 2 warnings in 4.03s ============================
check() {
cd cython
python runtests.py -vv -j 64 --no-pyregr
}
package() {
cd cython-$pkgver
cd cython
python -m installer --destdir="$pkgdir" dist/*.whl
for f in cygdb cython cythonize; do
@ -62,7 +47,6 @@ arch=(x86_64)
license=(Apache-2.0)
sha256sums=(00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7) # cython-3.0.10.tar.gz
## dac3b13f778fc3def7708910211db78144db281b48d0b9fbe14cc392326db12f cython-3.0.10-02-x86_64.pkg.tar.lz
#sha256sums=(00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7) # cython-3.0.10.tar.gz
sha256sums=(e2cfd1ac69cc31cc3762cf2fa8355228f046748cae7e48622b78f57908b38a64) # cython
e6523fe152ebc5d731ce4e69dce9f527c7c7cefe17bc8bb0ae0ea4262ac896e0 cython-3.0.10-03-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
pkgname=cython
pkgver=3.0.10
pkgrel=2
pkgrel=3
pkgdesc='C-Extensions for Python'
arch=(x86_64)
url='https://cython.org'
@ -12,32 +12,30 @@ license=(Apache-2.0)
depends=(glibc
python)
replaces=(cython-dev)
makedepends=(python-build
makedepends=(git
python-build
python-installer
python-setuptools
python-wheel)
checkdepends=(gdb
python-numpy
python-pytest)
source=(https://github.com/cython/cython/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha256sums=('00f97476cef9fcd9a89f9d2a49be3b518e1a74b91f377fe08c97fcb44bc0f7d7')
python-pytest
python-tests)
source=(git+https://github.com/cython/cython#tag=$pkgver)
sha256sums=('e2cfd1ac69cc31cc3762cf2fa8355228f046748cae7e48622b78f57908b38a64')
build() {
cd cython-$pkgver
cd cython
python -m build --wheel --no-isolation
}
#check() {
# cd cython-$pkgver
# python -m venv --system-site-packages test-env
# test-env/bin/python -m installer dist/*.whl
# test-env/bin/python -m pytest -v --ignore docs \
# --ignore pyximport/test/test_reload.py \
# --ignore Cython/Debugger/Tests
#}
check() {
cd cython
python runtests.py -vv -j 64 --no-pyregr
}
package() {
cd cython-$pkgver
cd cython
python -m installer --destdir="$pkgdir" dist/*.whl
for f in cygdb cython cythonize; do

View File

@ -1 +1 @@
rm -rf {src,pkg,cython*.tar.gz}
rm -rf {src,pkg,cython*.tar.gz,cython}

View File

@ -1,11 +1,12 @@
git
python-setuptools
python-build
python-installer
python-wheel
python-pytest
python-tests
gdb
python-numpy
python-typing_extensions

View File

@ -10,7 +10,7 @@ pkgbase=gdb
# of gdb (for arm/avr/...)
pkgname=(gdb gdb-common)
pkgver=14.2
pkgrel=01
pkgrel=02
pkgdesc='The GNU Debugger'
url='https://www.gnu.org/software/gdb/'
makedepends=(glibc gcc-libs texinfo python guile ncurses expat xz mpfr
@ -79,6 +79,6 @@ validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
sha256sums=(2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772 # gdb-14.2.tar.xz
3d6730838f5c377ef2f6f5f6fb346aaf386068a77b856cb26fcf95037733e915) # gdb-14.2.tar.xz.sig
## 4299295cc7801a9b1e47b2ef4e3c330e80e9db1552f0ed6a0571067124f5222f gdb-14.2-01-x86_64.pkg.tar.lz
## 2540a01ef86f481ed1280077321c30d467e8876eb1842025966a1a53a6f43372 gdb-common-14.2-01-x86_64.pkg.tar.lz
## 778fe64b39ba5ad15bf068206c47208393cfc891541544102e94e16119883cb8 gdb-14.2-02-x86_64.pkg.tar.lz
## d900cda422c7cfd70db84acefa690f7bed49c25d4210339001825b461a58c4d5 gdb-common-14.2-02-x86_64.pkg.tar.lz

View File

@ -8,7 +8,7 @@ pkgbase=gdb
# of gdb (for arm/avr/...)
pkgname=(gdb gdb-common)
pkgver=14.2
pkgrel=1
pkgrel=2
pkgdesc='The GNU Debugger'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'

View File

@ -7,7 +7,7 @@
pkgname=gitui
pkgver=0.26.1
pkgrel=01
pkgrel=02
pkgdesc='Blazing fast terminal-ui for git written in Rust'
url='https://github.com/extrawurst/gitui'
# work around two libssl.so providers being in the repos by only depending on package for now
@ -52,5 +52,5 @@ license=('MIT')
sha256sums=(SKIP) # gitui
## 72ccb4842bec8f03fe37689350edb9e90a355e39c2c21fb22b7ce491ca19270c gitui-0.26.1-01-x86_64.pkg.tar.lz
## 36c89cef16ca9e938e23158c9da4d2482ce8f93d91b46c082e503c5722e24fe3 gitui-0.26.1-02-x86_64.pkg.tar.lz

View File

@ -5,7 +5,7 @@
pkgname=gitui
pkgver=0.26.1
pkgrel=1
pkgrel=2
pkgdesc='Blazing fast terminal-ui for git written in Rust'
url='https://github.com/extrawurst/gitui'
arch=('x86_64')

View File

@ -7,7 +7,7 @@
pkgname=graphviz
pkgver=10.0.1
pkgrel=01
pkgrel=02
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
depends=('libltdl' 'gd' 'librsvg' 'ghostscript' 'pango' 'gts' 'gsfonts')
@ -66,5 +66,5 @@ license=('EPL')
sha256sums=(28f452ef1cb12288c8758a62f8c3fcfefdb91b251f7aae61d0d703f851bde931 # graphviz-10.0.1.tar.gz
0083d126e27f2223ec4226fc1d71c9c84106968a0fdf65de838aee1e4882bfdb) # ghostscript918.patch
## c20093f06fc75d7447b6eebc58f9de3bbf1667ff759caba5798dac661ff42261 graphviz-10.0.1-01-x86_64.pkg.tar.lz
## 4f5ff895f598cfdfbfa4c90ebccef529f76b59aa17d10768df873a506c6429a1 graphviz-10.0.1-02-x86_64.pkg.tar.lz

View File

@ -5,7 +5,7 @@
pkgname=graphviz
pkgver=10.0.1
pkgrel=1
pkgrel=2
pkgdesc='Graph visualization software'
url='https://www.graphviz.org/'
license=('EPL')
@ -57,4 +57,3 @@ package() {
rm -fr graphviz
ln -s ../graphviz/tcl graphviz
}
##

View File

@ -8,7 +8,7 @@
pkgname=kismet
pkgver=2023_07_R1
_realver="${pkgver//_/-}"
pkgrel=07
pkgrel=08
pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system w/o systemd"
url="https://www.kismetwireless.net/"
depends=('libpcap' 'pcre2' 'bluez-libs' 'libcap' 'protobuf-c' 'libprotobuf-c.so'
@ -80,5 +80,5 @@ sha256sums=(f08548e26ca65fa1e567b1debbea1ca4d0e7206bddb96a4f639c90171873e8f7 #
0ac08bf5016e00596e2fc0bc89e7907c2186b811ed8d8a2bffe6b95b42e147a3 # kismet.sysusers
4431efac511cc3d383c8a8da7758658a05655cc301cea5a2cd2139f942a73bf7) # python-install-flags.patch
## fe1aa2efa060e2799c0fd3ad47f9ad3e268a05c25627b8fab3069802144ef449 kismet-2023_07_R1-07-x86_64.pkg.tar.lz
## 036c4ac209a758769b6927764ef0229a3fd3a0e43120cbdce0e60c5d92c5e5b9 kismet-2023_07_R1-08-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@
pkgname=kismet
pkgver=2023_07_R1
_realver="${pkgver//_/-}"
pkgrel=7
pkgrel=8
pkgdesc="802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
url="https://www.kismetwireless.net/"
arch=('x86_64')

View File

@ -11,7 +11,7 @@ pkgname=(libblockdev) #
# we are building the ones that need systemd so they don't, the rest
# can be provided by arch
pkgver=3.1.1
pkgrel=01
pkgrel=02
pkgdesc="A library for manipulating block devices w/o systemd"
#url="https://github.com/rhinstaller/libblockdev"
url="https://github.com/storaged-project/libblockdev"
@ -163,5 +163,5 @@ sha512sums=('44628d9e68a467f8a5d5e65e12d5d6ffb4d9b953c846acd9f6da257eab5ccd79309
b2sums=('b3dbdc7226524d544193b609ced8a9fee725268ba2201b639c22103fcae6d047c94fb1b848e489525300242cb235d688934193894a06279a4dc0e0b33dff6e96')
sha256sums=(a5cb33a53ff5969067982704f45399d02555fdb2313ed0c56eac9555397dc2db) # libblockdev-3.1.1.tar.gz
## 844287c3858b82b9d251561f8c63926e0b87f55444f64f5ab4d69c9c4280ce86 libblockdev-3.1.1-01-x86_64.pkg.tar.lz
## 57fba53f58e8a54d53b37ade4c31d115db325817ecd9bdbb02add17bbe01f6b4 libblockdev-3.1.1-02-x86_64.pkg.tar.lz

View File

@ -7,7 +7,7 @@ pkgname=(
python-libblockdev
)
pkgver=3.1.1
pkgrel=1
pkgrel=2
pkgdesc="A library for manipulating block devices"
arch=('x86_64')
url="https://github.com/storaged-project/libblockdev"

View File

@ -19,5 +19,3 @@ exfatprogs
lvm2

View File

@ -3,7 +3,7 @@
pkgname=('llvm' 'llvm-libs')
pkgver=17.0.6
pkgrel=2
pkgrel=3
arch=('x86_64')
url="https://llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')

View File

@ -7,7 +7,7 @@
pkgname=mercurial
pkgver=6.7.2
pkgrel=01
pkgrel=02
pkgdesc='A scalable distributed SCM tool'
url="https://www.mercurial-scm.org/"
depends=(python)
@ -78,5 +78,5 @@ sha256sums=(1c22070c05dfaac41ff88a39ce2508dde480f0dd05d45d7efab4c5cdc6ddd806 #
954a0ee6421c46ab815956465c821336e96d7af32c69d138b0f2b9ad6bdaf431 # mercurial-6.7.2.tar.gz.asc
87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5) # mercurial.profile
## 27ee1e42e18116c3aa4823e6da2ae962710120137f6b5cf0a886ccb7d28e8352 mercurial-6.7.2-01-x86_64.pkg.tar.lz
## 4a22ea852fec5bcfd768f4a51051f691a84b82dddd743e7719912dbc3aaac21d mercurial-6.7.2-02-x86_64.pkg.tar.lz

View File

@ -5,7 +5,7 @@
pkgname=mercurial
pkgver=6.7.2
pkgrel=1
pkgrel=2
pkgdesc='A scalable distributed SCM tool'
arch=(x86_64)
url="https://www.mercurial-scm.org/"

View File

@ -7,7 +7,7 @@
pkgname=meson
pkgver=1.4.0
pkgrel=03
pkgrel=04
pkgdesc='High productivity build system'
url='https://mesonbuild.com/'
depends=(ninja python python-typing_extensions)
@ -101,7 +101,7 @@ package() {
arch=(x86_64)
license=('Apache')
license=(Apache-2.0)
validpgpkeys=('19E2D6D9B46D8DAA6288F877C24E631BABB1FE70') # Jussi Pakkanen <jpakkane@gmail.com>
@ -118,5 +118,5 @@ sha256sums=(8fd6630c25c27f1489a8a0392b311a60481a3c161aa699b330e25935b750138d #
455223aec8e8754e0874b13594984a23259a149869732cf0b6381fb9676a439a # 0004-Revert-rust-recursively-pull-proc-macro-dependencies.patch
b2aeae2787cf8f3ffb8778ee7f1a434895b1512bc0bdb33528c4cb2aeb067904) # jobo-meson
## b902177962a3a2f3b4d750116c3a4e6d9b0843b3dec2beb6d76430e741354f4a meson-1.4.0-03-x86_64.pkg.tar.lz
## a6bdc2c1f9c740a5734a315a518f6d95ccc5afc56f2b460fb87d4763e501ef0a meson-1.4.0-04-x86_64.pkg.tar.lz

View File

@ -4,13 +4,14 @@
pkgname=meson
pkgver=1.4.0
pkgrel=3
pkgrel=4
pkgdesc="High productivity build system"
url="https://mesonbuild.com/"
arch=(any)
license=(Apache)
license=(Apache-2.0)
depends=(
ninja
python
python-tqdm
python-typing_extensions
)

View File

@ -4,7 +4,7 @@
pkgname=namcap
pkgver=3.5.2
pkgrel=1
pkgrel=2
pkgdesc='A Pacman package analyzer'
arch=(any)
url="https://gitlab.archlinux.org/pacman/$pkgname"

View File

@ -8,7 +8,7 @@
pkgname=psutils
_pyname=pspdfutils
pkgver=3.3.2
pkgrel=01
pkgrel=02
pkgdesc='A set of postscript utilities'
url="https://github.com/rrthomas/psutils"
#depends=('glibc' 'ghostscript' 'perl' 'perl-ipc-run3' 'libpaper')
@ -61,5 +61,5 @@ license=(GPL-3.0-only)
sha256sums=(a20a2a1359811bd0ad72e15349351a26774ddf8e355c2cde4250a70cf77fdf0c) # pspdfutils-3.3.2.tar.gz
## 461d249e550ad3f76782aa1b300ea34197311897c324ccb53e914d41a29cea7d psutils-3.3.2-01-x86_64.pkg.tar.lz
## 567a45b1b45f6920f73110be9318386ee6e0bdf3180ef027e93595ba393ebe33 psutils-3.3.2-02-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@
pkgname=psutils
_pyname=pspdfutils
pkgver=3.3.2
pkgrel=1
pkgrel=2
pkgdesc='A set of postscript utilities'
arch=(any)
url="https://github.com/rrthomas/$pkgname"

View File

@ -7,11 +7,9 @@ python-installer
python-wheel
python-argparse-manpage
python-setuptools
python-pytest
ghostscript
python-pytest-datafiles
python-wand

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-fuse
pkgver=1.0.5
pkgrel=03
pkgver=1.0.7
pkgrel=02
pkgdesc="Python bindings for FUSE"
url="https://github.com/libfuse/python-fuse"
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
@ -30,7 +30,7 @@ arch=(x86_64)
license=('LGPL-3.0-or-later')
sha256sums=(789f26379dc9a9ab3762deec08e2ea4fc6f904588f975c3dcfa7a531c0b6153a) # python-fuse-1.0.5.tar.gz
sha512sums=('d7ef0ea52fadb9cd5dd64ca4e493bc61956b47b39e078edaf8c6e9c1dc4c298ae269f2c15b13882a7b1fbd907f61b6d3cd3aabef729657946dde4edf72554b5f')
sha256sums=(6273b1eb99259923fbae4e56257359d01a893243e1804a8bd23a72528c7ee1c6) # python-fuse-1.0.7.tar.gz
## 407c700b02a4cd171b4960364b0c238166d2c60c4b9a1a702bf86f11ab4af62b python-fuse-1.0.5-02-x86_64.pkg.tar.lz
## f0041382a55a33135dba74036edb6772355ddaaf247f96168d5d3f44fbe621af python-fuse-1.0.7-02-x86_64.pkg.tar.lz

View File

@ -5,8 +5,8 @@
# Contributor: Alexander Fehr <pizzapunk@gmail.com>
pkgname=python-fuse
pkgver=1.0.5
pkgrel=3
pkgver=1.0.7
pkgrel=2
arch=('x86_64')
pkgdesc="Python bindings for FUSE"
url="https://github.com/libfuse/python-fuse"
@ -14,7 +14,7 @@ license=('LGPL-3.0-or-later')
depends=('fuse2' 'python')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz")
sha512sums=('e0d0cc0f3dee9416eefe430119e8f2f5a9bbc88a214d36d1d23c7e1f7ce78cc977a173f6d22c05cb928715d5c657ba29738f60453323b25299dddc08d57595d2')
sha512sums=('d7ef0ea52fadb9cd5dd64ca4e493bc61956b47b39e078edaf8c6e9c1dc4c298ae269f2c15b13882a7b1fbd907f61b6d3cd3aabef729657946dde4edf72554b5f')
build() {
cd python-fuse-$pkgver

View File

@ -7,7 +7,7 @@
_base=textual
pkgname=python-${_base}
pkgver=0.55.1
pkgver=0.57.1
pkgrel=01
pkgdesc="Modern Text User Interface framework"
url="https://github.com/Textualize/${_base}"
@ -55,8 +55,8 @@ arch=(x86_64)
license=(MIT)
sha512sums=('fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7')
sha256sums=(bfc5691e281e0876fe80046f78aa2dd1c61fc1362a9f760ba3d1de99f19d0208) # textual-0.55.1.tar.gz
sha512sums=('b8388d410ef60a7155fc124b66ae893c0c417720c0f205c2a4e5ba9fc877eac2f36c5d850df984e337ca302765e2a792cbeef94e1df00361bcf705d47774eed3')
sha256sums=(24d0f743a3a715ac764dfa9c04590d29630c3527207cad9ddb1d91a42ac3a989) # textual-0.57.1.tar.gz
## fbedcc6e0b5cadb23a69898d791985e31df77a36e70416bcf5b2e73c5f9f148d python-textual-0.55.1-01-x86_64.pkg.tar.lz
## 16de8f2faedf4c8a39e3bdf65d157b3e532174227ce8f62e165e63e678e04899 python-textual-0.57.1-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
_base=textual
pkgname=python-${_base}
pkgver=0.55.1
pkgver=0.57.1
pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
@ -17,7 +17,7 @@ optdepends=('python-tree-sitter: for syntax highlighting support'
'python-tree-sitter-languages: for custom languages support'
'python-textual-dev: tools for developers')
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
sha512sums=('fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7')
sha512sums=('b8388d410ef60a7155fc124b66ae893c0c417720c0f205c2a4e5ba9fc877eac2f36c5d850df984e337ca302765e2a792cbeef94e1df00361bcf705d47774eed3')
build() {
cd ${_base}-${pkgver}

View File

@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=syslog-ng
pkgver=4.4.0
pkgrel=8
pkgver=4.6.0
pkgrel=2
pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities"
arch=('x86_64')
url="https://www.syslog-ng.com/products/open-source-log-management/"
@ -47,8 +47,8 @@ backup=('etc/syslog-ng/scl.conf'
'etc/default/syslog-ng@default')
source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz
syslog-ng.conf syslog-ng.logrotate)
sha512sums=('1cf18c43321e523d0f49b25a4839fd10ec301b207da1b2c407df5167dba557ac0a7781b07f1c1e5d18241376966b8099d9e41dffa55030f6a8052388139c4107'
'cbcc5f6e6d0ed75add8a38bf35a5bee9f0cce487e0eda76d34bf807e1fe1f49bd86db707c7457205e502f0c7de78f44c5b9cb8a8e993880095089e75248906c2'
sha512sums=('7c4fbf1ac5377240afa7a1db8d72772399d2c62657fffc3c59e82b2dea6f12031f02320c4f567f981311bd1d8bbfd98962aeb59720ca857867a51b6bf83afb4b'
'432154be20858721c2dcfee65a608cb65760479c9b78b7751fa1e00fc0276c1b34bdff8bc1bee8a6e5c0138f3034531034401fcbb9cc3c70f1b984225a9c6240'
'cd39f545a6a855c866a466bf846e33940b2c2dd1fc2eaf50cce29c68e1a5753c7c4b56411e4f01c152f32e155104a98dd755a96319767f47c73a8853f720b2cc')
prepare() {

View File

@ -7,11 +7,11 @@
pkgname=unbound
pkgver=1.19.3
pkgrel=02
pkgrel=03
pkgdesc="Validating, recursive, and caching DNS resolver w/o systemd"
url="https://unbound.net/"
depends=(dnssec-anchors fstrm glibc hiredis ldns libnghttp2 libsodium )
makedepends=(expat protobuf-c python swig libevent openssl git)
makedepends=(expat protobuf-c python swig libevent openssl git bison)
optdepends=('expat: for unbound-anchor'
'sh: for unbound-control-setup'
'python: for python-bindings')
@ -104,5 +104,4 @@ sha256sums=(#3ae322be7dc2f831603e4b0391435533ad5861c2322e34a76006a9fb65eb56b9 #
31a573f43287dd7e3678be1680388bfc7d8dee8280eb2443f521a4b349aaa6b6 # unbound-tmpfiles.conf
afb7a0a5e2da327c27c8f666b1ffaf34689121684c301928624221ac1d0c066a) # unbound-trusted-key.hook
## 3774e6f34fffa0253a9e29d5517a8b3b9d061099b572f6c07f610ecc94905ffa unbound-1.19.3-02-x86_64.pkg.tar.lz
## 317fde65563c75227184e0f9aa4046bdd26fd13a78fc940a3a699bf0f50c5136 unbound-1.19.3-03-x86_64.pkg.tar.lz

View File

@ -7,7 +7,7 @@
pkgname=unbound
pkgver=1.19.3
pkgrel=2
pkgrel=3
pkgdesc="Validating, recursive, and caching DNS resolver"
arch=(x86_64)
url="https://unbound.net/"

View File

@ -9,6 +9,6 @@ python
swig
autoconf
automake
bison

View File

@ -7,8 +7,8 @@
pkgbase=vte3
pkgname=(vte-common vte3 vte4) # vte-docs
pkgver=0.76.0
pkgrel=02
pkgver=0.76.1
pkgrel=01
pkgdesc="Virtual Terminal Emulator widget w/o systemd"
url="https://wiki.gnome.org/Apps/Terminal/VTE"
depends=(cairo fribidi gcc-libs gdk-pixbuf2 glib2 glibc gnutls icu lz4 pango pcre2)
@ -18,13 +18,14 @@ depends=(cairo fribidi gcc-libs gdk-pixbuf2 glib2 glibc gnutls icu lz4 pango pcr
makedepends=(at-spi2-core gi-docgen git gobject-introspection gperf gtk3 gtk4 meson vala)
## options=(debug !lto) ## uncomment this to have the debug pkg produced
options=(!lto)
_commit=3c29bfef30c34afec4982ba5ec37f944cfacbba2 # tags/0.76.0^0
source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit")
#_commit=3c29bfef30c34afec4982ba5ec37f944cfacbba2 # tags/0.76.0^0
#source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit")
source=("git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver")
pkgver() {
cd vte
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
#pkgver() {
# cd vte
# git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
#}
prepare() {
cd vte
@ -109,13 +110,15 @@ package_vte4() {
arch=(x86_64)
license=(LGPL-3.0-or-later GPL-3.0-or-later)
license=(LGPL-3.0-or-later GPL-3.0-or-later # Library
# Demo app, some supporting files
# COPYING.XTERM (X11 license) only applies to the disabled SIXEL code)
b2sums=('9732a9261ae2a7b769e77e1a95da4b7b0b19532f0452f02135b8d650e0204ebaf8eb2956061c31369a7273a6732bd7e11351deab55940a0f9d6a72e22c0cf537')
b2sums=('15a6167ab3b109cf7107d9795e415b56841c31975b284d11a14dac5e3b6ad80a0333b261e5d5e45adfd390ae5822a60cfc27228b4e1cf55bb8cdf8ad81502871')
sha256sums=(SKIP)
## 3989ac0c639446513a2925a8f14525ffb51cd141e0bdc31ebb0fb307522540d2 vte3-0.76.0-02-x86_64.pkg.tar.lz
## 6bdc79ca3dc583ae375c0301a470a445e4450250bde5be8bf642eb4bb101dbd5 vte4-0.76.0-02-x86_64.pkg.tar.lz
## d3d18c9425aa0e4aa09d6c86c450af30a7b0e4673354d8e4a49417d59b5e64b5 vte-common-0.76.0-02-x86_64.pkg.tar.lz
##
## 9e0450859c02447f1adedb1623459e95231f4f09ccfcd7dcf07de0b5e23eb384 vte3-0.76.1-01-x86_64.pkg.tar.lz
## 24b071c2c4fb4304154a46fa0bb11f711163ebd19e46f0c72a2ce6b57a521372 vte4-0.76.1-01-x86_64.pkg.tar.lz
## 43ab0720651cc720c842d7710f662563e0ee7c77cbfbf55e8b74f31dce5296ac vte-common-0.76.1-01-x86_64.pkg.tar.lz

View File

@ -9,14 +9,19 @@ pkgname=(
vte4
vte-docs
)
pkgver=0.76.0
pkgrel=2
pkgver=0.76.1
pkgrel=1
pkgdesc="Virtual Terminal Emulator widget"
url="https://wiki.gnome.org/Apps/Terminal/VTE"
arch=(x86_64)
license=(
# Library
LGPL-3.0-or-later
# Demo app, some supporting files
GPL-3.0-or-later
# COPYING.XTERM (X11 license) only applies to the disabled SIXEL code
)
depends=(
cairo
@ -45,14 +50,8 @@ makedepends=(
vala
)
options=(!lto)
_commit=3c29bfef30c34afec4982ba5ec37f944cfacbba2 # tags/0.76.0^0
source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit")
b2sums=('9732a9261ae2a7b769e77e1a95da4b7b0b19532f0452f02135b8d650e0204ebaf8eb2956061c31369a7273a6732bd7e11351deab55940a0f9d6a72e22c0cf537')
pkgver() {
cd vte
git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
source=("git+https://gitlab.gnome.org/GNOME/vte.git#tag=$pkgver")
b2sums=('15a6167ab3b109cf7107d9795e415b56841c31975b284d11a14dac5e3b6ad80a0333b261e5d5e45adfd390ae5822a60cfc27228b4e1cf55bb8cdf8ad81502871')
prepare() {
cd vte