summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2020-02-25 11:30:57 +0100
committerAlexander F. Rødseth2020-02-25 11:30:57 +0100
commitb7f0a7971d77280d62f215b5e3056d04f04f5987 (patch)
treeacd4cbd02c4c25d7aaad10df5010d086ce735edf
parentadc4a56ada14f5b9df73fceed627da4761bc8cdb (diff)
downloadaur-b7f0a7971d77280d62f215b5e3056d04f04f5987.tar.gz
Use git commit + update description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d192aa25ae..890db1ef25ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aget
- pkgdesc = Detect which compiler version was used for compiling an ELF file
+ pkgdesc = Clone AUR packages without having to remember the URL
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/aget
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/xyproto/aget#tag=1.0.0
+ source = git+https://github.com/xyproto/aget#commit=d1039320aeb70c6d3b57a1450670658da8f961f0
sha256sums = SKIP
pkgname = aget
diff --git a/PKGBUILD b/PKGBUILD
index 04329e48e224..2132435ac851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=aget
pkgver=1.0.0
-pkgrel=1
-pkgdesc='Detect which compiler version was used for compiling an ELF file'
+pkgrel=2
+pkgdesc='Clone AUR packages without having to remember the URL'
arch=(x86_64)
url='https://github.com/xyproto/aget'
license=(MIT)
makedepends=(go git)
-source=("git+https://github.com/xyproto/aget#tag=$pkgver")
+source=("git+https://github.com/xyproto/aget#commit=d1039320aeb70c6d3b57a1450670658da8f961f0") # 1.0.0
sha256sums=('SKIP')
build() {