summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2019-11-15 21:05:33 +1100
committerRhinoceros2019-11-15 21:05:33 +1100
commit05299f7d7b0e8143f258056cca7ba76c66b82920 (patch)
tree0ec1c859ccb4ccd0560b2665ff2c2f45f7d5b458
parentfff9f9d58047c5900b32d7b93d558dfa729e084d (diff)
downloadaur-05299f7d7b0e8143f258056cca7ba76c66b82920.tar.gz
Update to 0.5.0-2
* Rebuild and update for Python 3.8 * Update checksum for test data
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d4db68be91c..9383d65c435f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pylzma
pkgdesc = Platform independent python bindings for the LZMA compression library
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.joachim-bauch.de/projects/pylzma/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-pylzma
source = pylzma-0.5.0.tar.gz::https://github.com/fancycode/pylzma/archive/v0.5.0.tar.gz
source = https://archive.org/download/stackexchange/ux.stackexchange.com.7z
sha256sums = baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3
- sha256sums = 4281ef7c7327c0b18e7f70dcc7eafb15cec674ca5579699964275f406d97520a
+ sha256sums = 0539fae058dbf3443aae1646b4910ba8f0e10c8a7780c2bc75fdb93d1ac8d09c
pkgname = python-pylzma
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 47eff5054fe9..22787040734f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=pylzma
pkgbase=python-$_pkgname
pkgname=(python-$_pkgname python2-$_pkgname)
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Platform independent python bindings for the LZMA compression library"
url="https://www.joachim-bauch.de/projects/pylzma/"
license=("LGPL2.1")
@@ -15,7 +15,7 @@ source=($_pkgname-$pkgver.tar.gz::https://github.com/fancycode/pylzma/archive/v$
# testing data
https://archive.org/download/stackexchange/ux.stackexchange.com.7z)
sha256sums=('baefed4c84d147a507a606206478ff0894e04fa41aa3742381159cde44836fc3'
- '4281ef7c7327c0b18e7f70dcc7eafb15cec674ca5579699964275f406d97520a')
+ '0539fae058dbf3443aae1646b4910ba8f0e10c8a7780c2bc75fdb93d1ac8d09c')
noextract=(ux.stackexchange.com.7z)
prepare() {
@@ -37,7 +37,7 @@ build() {
check() {
cd "$srcdir/$_pkgname-$pkgver"
- PYTHONPATH="$PWD:$PWD/build/lib.linux-$CARCH-3.7" python tests/__init__.py
+ PYTHONPATH="$PWD:$PWD/build/lib.linux-$CARCH-3.8" python tests/__init__.py
cd "$srcdir/$_pkgname-$pkgver-py2"
PYTHONPATH="$PWD:$PWD/build/lib.linux-$CARCH-2.7" python2 tests/__init__.py