summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-02-27 11:07:02 +0100
committerStefan Husmann2016-02-27 11:07:02 +0100
commitf01448ca83f0b9a98bbcc36c48e60378382bf5c3 (patch)
tree1abcf38dbce08e71d14f07b95f0e9fcce46bd92a /PKGBUILD
parentbeb2952b7d215927117f30200b20868da9d1471c (diff)
downloadaur-f01448ca83f0b9a98bbcc36c48e60378382bf5c3.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c0d89cb858a..43d4a729abdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Nathan Kessler <nathant93 <at> gmail.com>
pkgname=scheme48-hg
-pkgver=1.9T1634+.a44624256297+
+pkgver=1.9T1634+a44624256297+
pkgrel=1
pkgdesc="Scheme interpreter for experimentation from mercurial repo"
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ _hgrepo="s48"
pkgver() {
cd "$_hgrepo"
- printf "1.9T%s.%s" "$(hg identify -n)" "$(hg identify -i)"
+ printf "1.9T%s%s" "$(hg identify -n)" "$(hg identify -i)"
}
prepare() {