summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2020-02-25 21:09:02 +0100
committerThorben Günther2020-02-25 21:09:02 +0100
commitebc5ae9021f3d41cca12bdeb4fac236a490e6bf6 (patch)
tree2364f9809c3dbedd7712d57331eebfab22260434
parent2dd8c10a4210bb2d6c6d1efe850ad374d2e1d3fa (diff)
downloadaur-ebc5ae9021f3d41cca12bdeb4fac236a490e6bf6.tar.gz
upgpkg: srhtctl 0.2.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5d44d37b76c..97db4bc82fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = srhtctl
pkgdesc = CLI for interacting with the sr.ht API
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://git.xenrox.net/~xenrox/srhtctl
arch = x86_64
license = GPL3
makedepends = git
- makedepends = go
+ makedepends = go-pie
provides = srhtctl
- source = srhtctl-0.1.1.tar.gz::https://git.xenrox.net/~xenrox/srhtctl/archive/0.1.1.tar.gz
- sha256sums = 8468538669960864e5cb46310c86e737358184a3dd6a65c906b595e8521abcca
+ source = srhtctl-0.2.0.tar.gz::https://git.xenrox.net/~xenrox/srhtctl/archive/0.2.0.tar.gz
+ sha256sums = cf50c4033ee16089a49c882b5c439136c8271ea84a577377ea76b43a4b291e49
pkgname = srhtctl
diff --git a/PKGBUILD b/PKGBUILD
index 0fe9d06e1b00..4d1307e5f48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=srhtctl
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc='CLI for interacting with the sr.ht API'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('git' 'go-pie')
provides=('srhtctl')
source=("$pkgname-$pkgver.tar.gz::https://git.xenrox.net/~xenrox/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('8468538669960864e5cb46310c86e737358184a3dd6a65c906b595e8521abcca')
+sha256sums=('cf50c4033ee16089a49c882b5c439136c8271ea84a577377ea76b43a4b291e49')
build() {
cd "$srcdir/$pkgname-$pkgver"