summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87281d7dcdbe..ad427cf9c091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,6 @@ depends=('python' 'python-jinja' 'python-docopt' 'python-pyaml')
source=("git+https://github.com/deadc0de6/dotdrop.git")
md5sums=('SKIP')
-pkgver() {
- cd "$pkgname"
- git tag -l | tail -1 | sed 's/^v//g'
-}
-
package() {
cd "${pkgname}"
python setup.py install --root="${pkgdir}/"