summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Keen2016-12-10 09:50:20 -0500
committerKyle Keen2016-12-10 09:50:20 -0500
commit71631d12edbd495ddbbe3359ad95c2f445522d53 (patch)
tree02255afa53555259c985a3ae49b9bea3a3e72957
parent5cc17df921940b9fcd1bdb491380fb71fdbc449c (diff)
downloadaur-71631d12edbd495ddbbe3359ad95c2f445522d53.tar.gz
fix path
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a755c50f6d15..71126d251928 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Dec 10 14:50:18 UTC 2016
pkgbase = pforth-git
pkgdesc = A portable implementation of the Forth programming language written in ANSI C
- pkgver = c232a93
+ pkgver = 20160529
pkgrel = 1
url = http://www.softsynth.com/pforth/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6fd4f14904bf..1c55d46c49d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicola Fontana <ntd@entidi.it>
pkgname=pforth-git
-pkgver=c232a93
+pkgver=20160529
pkgrel=1
pkgdesc='A portable implementation of the Forth programming language written in ANSI C'
arch=(any)
@@ -16,7 +16,7 @@ source=('git+https://github.com/philburk/pforth.git')
md5sums=('SKIP')
pkgver() {
- cd "$pkgname"
+ cd "$srcdir/pforth"
git show -s --format="%ci" HEAD | sed -e 's/-//g' -e 's/ .*//'
}