summaryrefslogtreecommitdiffstats
path: root/crypto/gpa/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/gpa/DETAILS')
-rwxr-xr-xcrypto/gpa/DETAILS7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/gpa/DETAILS b/crypto/gpa/DETAILS
index f71a84811b..c0c0982adb 100755
--- a/crypto/gpa/DETAILS
+++ b/crypto/gpa/DETAILS
@@ -1,7 +1,6 @@
SPELL=gpa
-
-if [ "$GPA_SVN" == "y" ]; then
- if [ "$GPA_SVN_AUTOUPDATE" == "y" ]; then
+if [ "$GPA_BRANCH" == "scm" ]; then
+ if [ "$GPA_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
@@ -17,7 +16,7 @@ else
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=http://wald.intevation.org/frs/download.php/603/$SOURCE
# SOURCE_URL[0]=ftp://ftp.gnupg.org/gcrypt/alpha/$SPELL/$SOURCE
- SOURCE_GPG="GnuPG.gpg:$SOURCE.sig"
+ SOURCE_GPG="GnuPG.gpg:$SOURCE.sig:UPSTREAM_KEY"
SOURCE2=$SOURCE.sig
SOURCE2_URL[0]=http://wald.intevation.org/frs/download.php/604/$SOURCE2