summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 1 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f067bca4e07..37621c62945f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-libarchive-c-git
pkgname=('python-libarchive-c-git' 'python2-libarchive-c-git')
-pkgver=2.4.119.0207af6
+pkgver=2.4.120.36859c9
pkgrel=1
pkgdesc='Python interface to libarchive'
url='https://github.com/Changaco/python-libarchive-c'
@@ -19,14 +19,6 @@ pkgver() {
"$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- cd ${pkgbase}
- sed '/os.umask(2)/d' -i setup.py
- # wonky pile of garbage
- sed 's| --dirty||' -i version.py
-
-}
-
check() {
cd ${pkgbase}
LC_CTYPE=en_US.UTF-8 py.test