summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-03-21 20:31:11 +0100
committerAlexander F. Rødseth2021-03-21 20:31:11 +0100
commit75a23be913c1667e60b306690bcaab25961d9e5e (patch)
tree0e68c73f6e7ed4c9e6bb7f5bf45255d9a9f3e0e7
parentb7f0a7971d77280d62f215b5e3056d04f04f5987 (diff)
downloadaur-75a23be913c1667e60b306690bcaab25961d9e5e.tar.gz
New release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 890db1ef25ca..19c2fbb21607 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Sun Mar 21 19:31:01 UTC 2021
pkgbase = aget
- pkgdesc = Clone AUR packages without having to remember the URL
- pkgver = 1.0.0
- pkgrel = 2
+ pkgdesc = Clone AUR packages without having to remember the git URL
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/xyproto/aget
arch = x86_64
license = MIT
makedepends = go
makedepends = git
- source = git+https://github.com/xyproto/aget#commit=d1039320aeb70c6d3b57a1450670658da8f961f0
+ source = git+https://github.com/xyproto/aget#commit=6d5d83fcb9cb5e652409436fe5588eb9d10ab3e1
sha256sums = SKIP
pkgname = aget
diff --git a/PKGBUILD b/PKGBUILD
index 2132435ac851..0cb67c78c129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=aget
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Clone AUR packages without having to remember the URL'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='Clone AUR packages without having to remember the git URL'
arch=(x86_64)
url='https://github.com/xyproto/aget'
license=(MIT)
makedepends=(go git)
-source=("git+https://github.com/xyproto/aget#commit=d1039320aeb70c6d3b57a1450670658da8f961f0") # 1.0.0
+source=("git+https://github.com/xyproto/aget#commit=6d5d83fcb9cb5e652409436fe5588eb9d10ab3e1") # tag: 1.1.0
sha256sums=('SKIP')
build() {
@@ -20,5 +20,3 @@ package() {
install -Dm755 "$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$pkgname/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-
-# vim: ts=2 sw=2 et: