summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2020-12-02 21:11:20 +1100
committerRhinoceros2020-12-02 21:11:20 +1100
commit03a144b140818c9171f09ad17acce5add221c935 (patch)
tree3e08a80bb720929887c7c3cef86b6338b410760c
parenta3f17cf94ce1af4cb5bd8923d022ea456ceda6e6 (diff)
downloadaur-03a144b140818c9171f09ad17acce5add221c935.tar.gz
Update to 0.5.0-3
* Bump pkgrel for python 3.9
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45c256c5ccce..c4d68a7cfe89 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 = 2
+ pkgrel = 3
url = https://www.joachim-bauch.de/projects/pylzma/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1f5f41fb9e3c..ec7e7c6a201f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=pylzma
pkgbase=python-$_pkgname
pkgname=(python-$_pkgname python2-$_pkgname)
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="Platform independent python bindings for the LZMA compression library"
url="https://www.joachim-bauch.de/projects/pylzma/"
license=("LGPL2.1")