summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2020-12-02 11:20:08 -0800
committerDonald Webster2020-12-02 11:20:08 -0800
commit6e7675257fcf9b85c496c68ba27f1040ad48ce14 (patch)
tree4baa043866cb6ed7b504c67a2268da6b93f947bb
parent0e877a9237669496e5f23bdf54948655aade9052 (diff)
downloadaur-6e7675257fcf9b85c496c68ba27f1040ad48ce14.tar.gz
Bump pkgrel for Python 3.9.0.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39682928d989..0b06a0165d0c 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 = 1
+ pkgrel = 2
url = https://github.com/matiasb/python-unrar
arch = any
license = GPLv3
diff --git a/PKGBUILD b/PKGBUILD
index 34c05c92b282..dc8c28a04992 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='python-unrar'
_name=${pkgname#python-}
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Work with RAR archive files through unrar library using ctypes.'
arch=('any')
url='https://github.com/matiasb/python-unrar'