summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWilliam Gathoye2018-04-23 01:38:16 +0200
committerWilliam Gathoye2018-04-23 01:38:16 +0200
commit86e4954bca86fa98879e8e4114a49eade2377bb4 (patch)
treebc5682281f68dfdcb29fa5de3a5dcd428b30e6f0 /PKGBUILD
parent4e26e77c2fb4d033508de11fdfe0cc11010335b7 (diff)
downloadaur-progit2-git.tar.gz
Remove unneeded compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
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() {