summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Gathoye2016-08-11 22:47:34 +0200
committerWilliam Gathoye2016-08-11 22:47:34 +0200
commit9194e3a2e496281afdafdabc5bdcb03694f045c7 (patch)
tree3f7218c12e963287c24f300eb9f93b440cdc46c8 /PKGBUILD
parenta8ce80b217341c25a506732dd0a38c4d04d00718 (diff)
downloadaur-9194e3a2e496281afdafdabc5bdcb03694f045c7.tar.gz
python2 is actually required too
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 797d8beec8dd..c3a3004ce45e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=progit2-git
pkgver=2.0.0.r611.g024a3a0
-pkgrel=2
+pkgrel=3
pkgdesc="A package to build the latest version of the progit2 book and read it when offline"
arch=('any')
@@ -14,6 +14,7 @@ makedepends=(
'git'
'ruby-bundler'
'ruby'
+ 'python2'
)
install=${pkgname}.install