summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b5523dc963..10387d3395bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Dec 4 04:39:58 UTC 2016
pkgbase = pure-readline
pkgdesc = A simple interface to the GNU readline and BSD editline libraries for Pure
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = http://purelang.bitbucket.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1e6a73a70b7e..1de6e44be66f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=pure-readline
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple interface to the GNU readline and BSD editline libraries for Pure"
arch=("i686" "x86_64")
license=('custom')