summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2018-03-10 12:41:51 -0500
committerredfish2018-03-10 12:41:51 -0500
commit23adb8666571921af61b89c8a37e3dd79278f282 (patch)
tree14033abbc1834ea8fd6e1b358df2b966b26506e6
parent9f1eb703e86ba3eafd83980799929ffbd1b64672 (diff)
downloadaur-23adb8666571921af61b89c8a37e3dd79278f282.tar.gz
PR 3121 has been merged
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f115cc103622..82d1a347c065 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,9 +45,9 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
- git remote add up $_upstream
-
- git pull --no-edit up refs/pull/3121/head # fix cmake install path for libwallet api
+ # To apply PRs
+ #git remote add up $_upstream
+ #git pull --no-edit up refs/pull/xxxx/head
}
build() {