summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault2019-02-25 10:42:20 -0500
committerDrew DeVault2019-02-25 10:42:20 -0500
commit7cdfc478e066660da16ebbeaa34b65e991dae83e (patch)
tree5da74e0581864811ae39447580bbdaf927cf125d
parentf7d26316db497f4a04ec9cba14c4328678d90ce9 (diff)
downloadaur-7cdfc478e066660da16ebbeaa34b65e991dae83e.tar.gz
Cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09d7b8c1ef8e..6b4bbe484a71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = madonctl
pkgdesc = CLI client for the Mastodon social network API
pkgver = 2.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/McKael/madonctl
arch = x86_64
license = MIT
- makedepends = go
+ makedepends = go-pie
makedepends = git
makedepends = dep
source = madonctl-2.3.1.tar.gz::https://github.com/McKael/madonctl/archive/v2.3.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 4592c2ccc689..a4cb4e7b37bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_gopkgname='github.com/McKael/madonctl'
pkgname=madonctl
pkgver=2.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='CLI client for the Mastodon social network API'
arch=('x86_64')
url='https://github.com/McKael/madonctl'
license=('MIT')
-makedepends=('go' 'git' 'dep')
+makedepends=('go-pie' 'git' 'dep')
source=("$pkgname-$pkgver.tar.gz::https://$_gopkgname/archive/v$pkgver.tar.gz")
sha256sums=('f97707a4f96b15a8331a0b3725a43c7717bf068bf9e6c5e885a13dd3016d5cf6')