summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpolylux2017-09-14 11:03:57 +0200
committerpolylux2017-09-14 11:03:57 +0200
commit66f82a9d14fbbc187525047f0a56cbce6053a4bd (patch)
tree8d4bf065a60114841c73f77b953fd54f5f49cfcc /PKGBUILD
parenta9ea4e8de7c7120467d06d8d64c9d74420cd3062 (diff)
downloadaur-openttd-stable-svn.tar.gz
fixed empty pkgver()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92068e995bf8..0d1f3ecc822e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,11 +18,6 @@ makedepends=('svn')
source=("$pkgname::svn+svn://svn.openttd.org/tags/1.7.1")
sha256sums=('SKIP')
-pkgver() {
- cd ${pkgname}
- local ver=1.7.1
-}
-
build() {
cd ${pkgname}