summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Tas2018-06-07 10:12:25 +0200
committerSimon Tas2018-06-07 10:12:25 +0200
commit79a423ec7ddc5693cd296f9266b97b1c77d20230 (patch)
tree2a1f8d307d953d0e4cfe359fe211e248602423b1
parentf04be2ff47c00bbada41c3db5be6759f8c173456 (diff)
downloadaur-79a423ec7ddc5693cd296f9266b97b1c77d20230.tar.gz
removed pkgver
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d9a75185070..2989d67fb067 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,6 @@ backup=('etc/myougiden/config.ini')
source=("git+https://github.com/leoboiko/${_pkgname}")
md5sums=('SKIP')
-pkgver() {
- cd "$pkgname"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
build() {
cd ${srcdir}/${_pkgname}
python setup.py build