summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-08-07 15:24:16 +0300
committerAdrian Perez de Castro2018-08-07 15:24:16 +0300
commitdab87ec080ab6563187f54c025c3f0cf121c5579 (patch)
treefe4ff367f46ca9a8a46977a80446d87b07b0fd3b
parentb74ffafe67391db48dd1f8a43990ea7a9559aa8a (diff)
downloadaur-dab87ec080ab6563187f54c025c3f0cf121c5579.tar.gz
Bump pkgrel to force reinstallation due to Python 3.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 492c09df395a..f2030edcbf52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-xerox
pkgdesc = Simple copy+paste module for Python
pkgver = 0.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kennethreitz/xerox
arch = any
license = custom:MIT
diff --git a/PKGBUILD b/PKGBUILD
index f983a1e8c6d4..dc1d8458f160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='python-xerox'
pkgdesc='Simple copy+paste module for Python'
pkgver='0.4.1'
-pkgrel='1'
+pkgrel='2'
url='https://github.com/kennethreitz/xerox'
license=('custom:MIT')
arch=('any')