summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2021-12-12 23:42:12 -0800
committerDonald Webster2021-12-12 23:42:12 -0800
commit84d0a06c41e3f6317402d51ce394f9c9dff7922b (patch)
treebc1c9ffadbea4a15a9f9123621953e451517d942
parent6e7675257fcf9b85c496c68ba27f1040ad48ce14 (diff)
downloadaur-84d0a06c41e3f6317402d51ce394f9c9dff7922b.tar.gz
Bump pkgrel to trigger rebuild for python 3.10.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b06a0165d0c..a797946f1693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-unrar
pkgdesc = Work with RAR archive files through unrar library using ctypes.
pkgver = 0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/matiasb/python-unrar
arch = any
license = GPLv3
@@ -12,4 +12,3 @@ pkgbase = python-unrar
sha256sums = b24447a5b93024be600ef8255668ba23a30f451176577b691559ea1359f7d164
pkgname = python-unrar
-
diff --git a/PKGBUILD b/PKGBUILD
index dc8c28a04992..99abed5eadc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-unrar'
_name=${pkgname#python-}
pkgver=0.4
-pkgrel=2
+pkgrel=3
pkgdesc='Work with RAR archive files through unrar library using ctypes.'
arch=('any')
url='https://github.com/matiasb/python-unrar'