summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-01-07 13:00:29 +0100
committerlarchunix2017-01-07 13:00:29 +0100
commit35320da11d349b92e4f3c790df24256b5a6706e3 (patch)
tree8648c0ef1851b9ac084307493e52144df27d2823
parent066320e5989df3c2ec343d5331189fece1b4d6d5 (diff)
downloadaur-35320da11d349b92e4f3c790df24256b5a6706e3.tar.gz
Allow overriding _with_copr variable from command line
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 667fe5cf6251..cd04303e171b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ license=('CC0')
source=("$url/archive/$_pkgtag.tar.gz")
md5sums=('c53e81445266b6112b25c8dc8ce23cb0')
-# Set to 1 to include GPG keys used by Copr projects
-_with_copr=0
+# Uncomment to include GPG keys used by Copr projects
+#_with_copr=1
prepare() {
mv "$pkgname-$_pkgtag" "$pkgname-$pkgver"