summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Gathoye2016-08-11 22:47:34 +0200
committerWilliam Gathoye2016-08-11 22:47:34 +0200
commit9194e3a2e496281afdafdabc5bdcb03694f045c7 (patch)
tree3f7218c12e963287c24f300eb9f93b440cdc46c8
parenta8ce80b217341c25a506732dd0a38c4d04d00718 (diff)
downloadaur-9194e3a2e496281afdafdabc5bdcb03694f045c7.tar.gz
python2 is actually required too
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c18a335cb3e..01099f698a9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = progit2-git
pkgdesc = A package to build the latest version of the progit2 book and read it when offline
pkgver = 2.0.0.r611.g024a3a0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/progit/progit2
install = progit2-git.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = progit2-git
makedepends = git
makedepends = ruby-bundler
makedepends = ruby
+ makedepends = python2
source = git+https://github.com/progit/progit2
sha512sums = SKIP
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