summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 955feff66193..68a008b2c209 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = progit2-git
pkgdesc = The offline version of the entire Pro Git book, written by Scott Chacon and Ben Straub
pkgver = 2.1.51.r0.g4a3dec9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/progit/progit2
install = progit2-git.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 6579c04eb8f9..965405242e9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=progit2-git
pkgver=2.1.51.r0.g4a3dec9
-pkgrel=1
+pkgrel=2
pkgdesc="The offline version of the entire Pro Git book, written by Scott Chacon and Ben Straub"
arch=('any')
@@ -53,11 +53,6 @@ prepare() {
# his book. Even if this is quite heavy, this is the cleaner approach we
# have.
bundle install --path .bundle
-
- # Override the directory
- export GEM_HOME=".bundle"
-
- bundle install
}
build() {