summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2015-10-24 12:27:22 +0200
committerAlexander F Rødseth2015-10-24 12:27:22 +0200
commitc8fe77b30fa6b84b3cface6bb3467ca9cc62a0ee (patch)
tree962f6873a3eaad2a3e3f2ca5bf8dad6e6ab6f14a
parent45a4ca5ac4ce49745c42257ca3fde13e54510a69 (diff)
downloadaur-c8fe77b30fa6b84b3cface6bb3467ca9cc62a0ee.tar.gz
Building with Go instead of GCC-GO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb42f6aebb67..ca8b4b1e63e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat Oct 24 10:27:11 UTC 2015
pkgbase = getver
pkgdesc = Find the latest version number for a given URL
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/getver/
arch = x86_64
arch = i686
license = MIT
makedepends = git
- makedepends = gcc-go
+ makedepends = go
depends = setconf
source = git://github.com/xyproto/getver.git#tag=0.4
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d07fbd805abc..695819ebdb2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=getver
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Find the latest version number for a given URL'
arch=('x86_64' 'i686')
url='https://github.com/xyproto/getver/'
license=('MIT')
-makedepends=('git' 'gcc-go')
+makedepends=('git' 'go')
depends=('setconf')
source=("git://github.com/xyproto/getver.git#tag=$pkgver")
md5sums=('SKIP')