summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-06-06 21:59:35 +0200
committerAlexander F. Rødseth2022-06-06 21:59:35 +0200
commite028d8789ef500b7064a23a744e973afa49393bf (patch)
tree29a67197eedcfe8ab4bae2be795cc4444fba1c14
parent0584b7fc041162ee2e6cf4c818ead2494fa969f4 (diff)
downloadaur-e028d8789ef500b7064a23a744e973afa49393bf.tar.gz
New release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071f599c8343..43022488ff17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = aget
pkgdesc = Minimalistic AUR helper
- pkgver = 1.2.0
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/xyproto/aget
arch = x86_64
- license = MIT
+ license = BSD
makedepends = go
makedepends = git
- source = git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592
+ source = git+https://github.com/xyproto/aget#commit=b98582af99200e1de6db010a9aa49e0cd6d9f027
b2sums = SKIP
pkgname = aget
-
diff --git a/PKGBUILD b/PKGBUILD
index a42e4435a521..df841ce78bf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=aget
-pkgver=1.2.0
+pkgver=1.3.3
pkgrel=1
pkgdesc='Minimalistic AUR helper'
arch=(x86_64)
url='https://github.com/xyproto/aget'
-license=(MIT)
+license=(BSD)
makedepends=(go git)
-source=("git+https://github.com/xyproto/aget#commit=35a6976114013313000b7c1a4c08487936ca7592") # tag: 1.2.0
-b2sums=(SKIP)
+source=("git+$url#commit=b98582af99200e1de6db010a9aa49e0cd6d9f027") # tag: 1.3.3
+b2sums=('SKIP')
build() {
cd $pkgname