summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Parrish2019-05-16 20:42:04 -0400
committerDavid Parrish2019-05-16 20:42:30 -0400
commit3deb10f455cb4194ef27ba0a6e9a827fd531adc7 (patch)
tree53ed14322a390c4c2f5ce6d5f484cea4a67d233e
parentf9aee0c24cf6aaa6262d491475eb0b9a7c4c8b6f (diff)
downloadaur-python2-simple-crypt.tar.gz
Apply revision
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce7c784ea45e..374b0753bf9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-simple-crypt
pkgdesc = Simple, secure encryption and decryption for Python 2.7
pkgver = 4.1.7
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/simple-crypt
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index c94856c2f0d3..f8d6b5bc3e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-simple-crypt
pkgver=4.1.7
-pkgrel=1
+pkgrel=2
arch=('any')
license=('custom')
pkgdesc="Simple, secure encryption and decryption for Python 2.7"