summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f92180eb70d..381a63d56335 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ammonite
pkgdesc = A cleanroom re-implementation of the Scala REPL from first principles.
pkgver = 1.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lihaoyi/Ammonite
install = ammonite.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index de80f465f2a1..e2319830f3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: wenLiangcan <boxeed at gmail dot com>
pkgname=ammonite
pkgver=1.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A cleanroom re-implementation of the Scala REPL from first principles. "
arch=('any')
url="https://github.com/lihaoyi/Ammonite"