diff options
author | BioArchLinuxBot | 2023-07-23 12:03:00 +0000 |
---|---|---|
committer | BioArchLinuxBot | 2023-07-23 12:03:00 +0000 |
commit | 615151c24a3d7710c6949402c60dd229ea6d488c (patch) | |
tree | a0f5bbdbb8a4b91341dc94fbe1b300600ebcfa25 | |
parent | 550633e0d413d90b183c76c22e00e0c41045f373 (diff) | |
download | aur-615151c24a3d7710c6949402c60dd229ea6d488c.tar.gz |
[lilac] updated to 1.2.0-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 9 insertions, 9 deletions
@@ -1,7 +1,7 @@ pkgbase = python-isal pkgdesc = Faster zlib and gzip compatible compression and decompression by providing python bindings for the ISA-L library - pkgver = 1.1.0 - pkgrel = 3 + pkgver = 1.2.0 + pkgrel = 1 url = https://github.com/pycompression/python-isal arch = x86_64 license = PSF @@ -9,13 +9,13 @@ pkgbase = python-isal makedepends = python-installer makedepends = python-wheel makedepends = python-nose - makedepends = yasm + makedepends = nasm makedepends = python-sphinx makedepends = python-sphinx_rtd_theme makedepends = python-sphinx-argparse depends = python options = !emptydirs - source = https://files.pythonhosted.org/packages/source/i/isal/isal-1.1.0.tar.gz - sha256sums = 1364f4e3255a57d51c01422ab3ae785a43c076d516ebf49f6a25adecf8232105 + source = https://files.pythonhosted.org/packages/source/i/isal/isal-1.2.0.tar.gz + sha256sums = 7e968efcb628a69ea990894d2b6cd8cc8afc4e86fb648001ae0ba6dd2e79042a pkgname = python-isal @@ -2,8 +2,8 @@ pkgname=python-isal _module=${pkgname#python-} -pkgver=1.1.0 -pkgrel=3 +pkgver=1.2.0 +pkgrel=1 pkgdesc='Faster zlib and gzip compatible compression and decompression by providing python bindings for the ISA-L library' arch=('x86_64') url="https://github.com/pycompression/python-isal" @@ -16,14 +16,14 @@ makedepends=( 'python-installer' 'python-wheel' 'python-nose' - 'yasm' + 'nasm' 'python-sphinx' 'python-sphinx_rtd_theme' 'python-sphinx-argparse' ) options=(!emptydirs) source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz") -sha256sums=('1364f4e3255a57d51c01422ab3ae785a43c076d516ebf49f6a25adecf8232105') +sha256sums=('7e968efcb628a69ea990894d2b6cd8cc8afc4e86fb648001ae0ba6dd2e79042a') build() { cd "$_module-$pkgver" |