summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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