summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorambidot2016-05-10 23:48:03 -0500
committerambidot2016-05-10 23:48:03 -0500
commite6ebb3933f69902102c02a57f3e0a7f46183cdb7 (patch)
tree7d0d142c972a3083d51e5240dc7afefd4d2ee3b5 /PKGBUILD
parent1a05b5ac7836997777618ef36e077d687caa29ae (diff)
downloadaur-steambridge-git.tar.gz
commented out pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9cc94cc71e90..294ad5e3bcb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,10 +20,10 @@ source=(https://www.dropbox.com/sh/enwavibssmyxkq0/AADyVjdkULjkChZf_hxtC6VQa/0.0
git://github.com/sirnuke/steambridge.git)
sha256sums=(3f5d88539ce9cdffc109113172d1adb0dd58be93982b242528cb344031a17f7c SKIP)
-pkgver() {
- cd "$srcdir/$_pkgname"
- sed -r '/_VERSION_LONG\s/!d;s/^[^"]*"([^-]*)[^:]*:(.{7}).*$/\1.g\2/' libraries/common/include/config.h
-}
+#pkgver() {
+# cd "$srcdir/$_pkgname"
+# sed -r '/_VERSION_LONG\s/!d;s/^[^"]*"([^-]*)[^:]*:(.{7}).*$/\1.g\2/' libraries/common/include/config.h
+#}
build() {
cd "$_pkgname"