summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2017-02-02 22:20:59 -1000
committerGaetan Bisson2017-02-02 22:20:59 -1000
commit8413999ce47ae463940d7c033dfeebcf31c82b56 (patch)
tree5c2779da291403f0348f2fd54b7b4a89c024423a
parentd6eb2448b3a7ff322e364397435e7cabbc84d4c1 (diff)
downloadaur-8413999ce47ae463940d7c033dfeebcf31c82b56.tar.gz
remove buggy date
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dd53ed449d8..a8fe6b3b7715 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = squishyball
pkgdesc = Perform sample comparison testing on the command line
- pkgver = 20140210.19583
+ pkgver = 19599
pkgrel = 1
url = https://svn.xiph.org/trunk/squishyball/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c0a3a1f50ce1..d1da2ce274d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org
pkgname=squishyball
-pkgver=20140210.19583
+pkgver=19599
pkgrel=1
pkgdesc='Perform sample comparison testing on the command line'
url='https://svn.xiph.org/trunk/squishyball/'
@@ -14,7 +14,7 @@ sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- svn info | awk '/Revision/{r=$2}/Date/{gsub(/-/,"");d=$4}END{print d"."r}'
+ svn info | awk '/Revision/{print $2}'
}
build() {