summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c111fea3a3f..c8eb87208e2e 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 = 4
+ pkgrel = 5
url = https://www.joachim-bauch.de/projects/pylzma/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3d46d5e7f703..80ff5dc30cb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname=pylzma
pkgname=python-$_pkgname
pkgver=0.5.0
_testing_data_version=210629
-pkgrel=4
+pkgrel=5
pkgdesc="Platform independent python bindings for the LZMA compression library"
url="https://www.joachim-bauch.de/projects/pylzma/"
license=("LGPL2.1")