summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d727eafaff9..50351643c070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
-# Maintainer: Austin Haedicke <ausitn.haedicke@gmail.com>
-# <gtbjj on #archlinux irc>
+# Maintainer: Austin Haedicke <irc / github: gtbjj>
+
+# If you find errors or have suggestions please contact me
+# via IRC PM or submit a pull request on github.
_pkgname=phoronix-test-suite
pkgname=phoronix-test-suite-git
@@ -18,7 +20,6 @@ install=$pkgname.install
source=("git://github.com/phoronix-test-suite/phoronix-test-suite.git")
md5sums=('SKIP')
-
pkgver() {
cd $_pkgname
git describe --always | sed -e 's|-|.|g'