summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0708e96967a..3050e98b7174 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = google-appengine-go
pkgdesc = Google App Engine SDK for Go
pkgver = 1.9.48
- pkgrel = 1
+ pkgrel = 2
url = http://code.google.com/appengine/downloads.html#Google_App_Engine_SDK_for_Go
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5b8c63d97873..706142d15416 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,12 @@
# Contributor: Richard Hoffman <coverslide@gmail.com>
# Contributor: Max <fuzymonkey@gmail.com>
+# For ISSUES, REQUESTS, and QUESTIONS:
+# https://github.com/sudoforge/pkgbuilds
+
pkgname=google-appengine-go
pkgver=1.9.48
-pkgrel=1
+pkgrel=2
pkgdesc='Google App Engine SDK for Go'
arch=('x86_64' 'i686')
depends=('python2')
@@ -58,5 +61,3 @@ package() {
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
ln -s "/opt/$pkgname/goapp" "$pkgdir/usr/bin/goapp"
}
-
-# vim:set ts=2 sw=2 et: