summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2021-05-11 16:28:59 +0200
committerAlexander F. Rødseth2021-05-11 16:28:59 +0200
commit0584b7fc041162ee2e6cf4c818ead2494fa969f4 (patch)
tree73dea8a286600f1291190f23a9d5c51f4c2b38bc
parentce6303d97e3af4f6b95b62be55dad258e7b37954 (diff)
downloadaur-0584b7fc041162ee2e6cf4c818ead2494fa969f4.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e485847f966..071f599c8343 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aget
pkgdesc = Minimalistic AUR helper
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.2.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=6d5d83fcb9cb5e652409436fe5588eb9d10ab3e1
+ source = git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592
b2sums = SKIP
pkgname = aget
diff --git a/PKGBUILD b/PKGBUILD
index 62742db8baef..a42e4435a521 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=aget
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc='Minimalistic AUR helper'
arch=(x86_64)
url='https://github.com/xyproto/aget'
license=(MIT)
makedepends=(go git)
-source=("git+https://github.com/xyproto/aget#commit=6d5d83fcb9cb5e652409436fe5588eb9d10ab3e1") # tag: 1.1.0
+source=("git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592") # tag: 1.2.0
b2sums=(SKIP)
build() {