summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F Rødseth2017-12-14 17:55:04 +0100
committerAlexander F Rødseth2017-12-14 17:55:04 +0100
commit921cdcab22569c6b627f9c078d2deca6c54d34bb (patch)
tree19ef47eee78b4f392cc3dba924b3e68b48b7592a
parentc54a40b38f99d9ef723fbc10ceac40826b131508 (diff)
downloadaur-921cdcab22569c6b627f9c078d2deca6c54d34bb.tar.gz
Minor changes
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 049f756c9203..f550f1f2fdf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 14:23:47 UTC 2016
+# Thu Dec 14 16:54:59 UTC 2017
pkgbase = getver
pkgdesc = Find the latest package versions
pkgver = 0.52
pkgrel = 1
url = https://github.com/xyproto/getver/
arch = x86_64
- arch = i686
license = MIT
makedepends = git
makedepends = go
depends = setconf
- source = git://github.com/xyproto/getver.git#tag=0.52
+ source = https+git://github.com/xyproto/getver.git#tag=0.52
md5sums = SKIP
pkgname = getver
diff --git a/PKGBUILD b/PKGBUILD
index df71cc924325..420cdf2f487b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ pkgname=getver
pkgver=0.52
pkgrel=1
pkgdesc='Find the latest package versions'
-arch=('x86_64' 'i686')
+arch=('x86_64')
url='https://github.com/xyproto/getver/'
license=('MIT')
makedepends=('git' 'go')
depends=('setconf')
-source=("git://github.com/xyproto/getver.git#tag=$pkgver")
+source=("https+git://github.com/xyproto/getver.git#tag=$pkgver")
md5sums=('SKIP')
build() {
@@ -31,5 +31,5 @@ package() {
install -m755 "scripts/allversions.sh" "$pkgdir/usr/bin/allversions"
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
# getver: raw.githubusercontent.com/xyproto/getver/master/README.md