summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-10-19 14:40:52 +0200
committerhaawda2020-10-19 14:40:52 +0200
commitb377f2165c5cbd3ac6aae3558073a04fac97a492 (patch)
treea323fe9aa21907da8bd9eb623ab36b9456c3c786 /PKGBUILD
parentb8c58940abb61ed51ddb5a2c175e37c43628f4e9 (diff)
downloadaur-b377f2165c5cbd3ac6aae3558073a04fac97a492.tar.gz
fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e81190a63520..90e9d73ccb3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,15 +9,10 @@ arch=('any')
url=https://github.com/jbremer/peepdf
license=('GPL3')
makedepends=('git')
-depends=('python2')
+depends=('python')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
sha256sums=('cbce99242f507ef9526a4245b7692c15eaf12b21c8635d192ea2fcfb7d5e3390')
-prepare() {
- cd $pkgname-$pkgver
- find -name '*.py' -exec sed -i 's/env python$/env python2/' '{}' \;
-}
-
package() {
cd $pkgname-$pkgver