summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShapeShifter4992015-07-23 02:53:22 -0700
committerShapeShifter4992015-07-23 02:53:22 -0700
commit735f8097e6818e11237f659acce44879015fe72e (patch)
tree1b3bb1ab0906ad295db270b3f5a77798496a9547
parentf1eb79c6fbd2b28280e91b4d45c0fa5e6511a63c (diff)
downloadaur-735f8097e6818e11237f659acce44879015fe72e.tar.gz
Fixing PKGBUILD again
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8daa6ef0839..41b0cfb20d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,12 +21,6 @@ conficts=('acd_cli')
source=(git+https://github.com/yadayada/acd_cli.git)
md5sums=('SKIP')
-pkgver() {
- cd "$pkgname"
- # cutting off 'foo-' prefix that presents in the git tag
- git describe --long | sed 's/^foo-//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
package() {
cd $_pkgname
python setup.py install --root="$pkgdir/" --optimize=1