summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Ivek2019-11-30 14:08:44 +0100
committerTomislav Ivek2019-11-30 14:08:44 +0100
commit93e29c6deec7711c3ce4d2390f0ccd83b8cab18b (patch)
treebb6078e71553b9a45ef975facbfd1d40fbc92709
parentcac3bfd73b45983248fd653c7a53d204efc05a63 (diff)
downloadaur-93e29c6deec7711c3ce4d2390f0ccd83b8cab18b.tar.gz
bump to rebuild for Python 3.8
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8bf59294a7ef..4b6c62e34372 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-patch-ng
pkgver=1.17.1
-pkgrel=1
+pkgrel=2
pkgdesc='Library to parse and apply unified diffs forked from python-patch.'
arch=('any')
url="https://github.com/conan-io/python-patch/"
license=('MIT')
depends=('python')
makedepends=('python-setuptools' 'fakeroot')
-source=('https://github.com/conan-io/python-patch-ng/archive/1.17.1.tar.gz'
- 'https://raw.githubusercontent.com/conan-io/python-patch-ng/1.17.1/LICENSE')
+source=("https://github.com/conan-io/python-patch-ng/archive/${pkgver}.tar.gz"
+ "https://raw.githubusercontent.com/conan-io/python-patch-ng/${pkgver}/LICENSE")
md5sums=('7e5612deaa2cec54e9a924b09cbd2c6a'
'505d9f4b8b27052bef960af06bfdfe01')