summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-07-23 12:03:00 +0000
committerBioArchLinuxBot2023-07-23 12:03:00 +0000
commit615151c24a3d7710c6949402c60dd229ea6d488c (patch)
treea0f5bbdbb8a4b91341dc94fbe1b300600ebcfa25
parent550633e0d413d90b183c76c22e00e0c41045f373 (diff)
downloadaur-615151c24a3d7710c6949402c60dd229ea6d488c.tar.gz
[lilac] updated to 1.2.0-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50761708ca36..52b345a97c90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 074006f8b77f..2f57fdfc9d2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"