summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-01-16 14:18:39 -0800
committerCaleb Bassi2019-01-16 14:18:56 -0800
commite4e1a9bb09210f8fc031b7085e98183b60599c62 (patch)
treef13671b665c1ec67e660b79d38638f479bc4f196
parent075099a19185be74d9a148199c41a71b7a05002b (diff)
downloadaur-e4e1a9bb09210f8fc031b7085e98183b60599c62.tar.gz
Fix makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80431d639338..1e9f67d3fb26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gotop
pkgdesc = A terminal based graphical activity monitor inspired by gtop and vtop
pkgver = 1.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cjbassi/gotop
arch = x86_64
arch = i686
@@ -10,8 +10,7 @@ pkgbase = gotop
arch = armv7h
arch = aarch64
license = AGPL3
- makedepends = go-pie
- makedepends = git
+ makedepends = go
source = gotop-1.7.1.tar.gz::https://github.com/cjbassi/gotop/archive/1.7.1.tar.gz
sha256sums = 0041d36e664870d0b461b80bba4a2fb5120af1030230f09e3e9887a67c117363
diff --git a/PKGBUILD b/PKGBUILD
index 8cd485040328..f6ba52863f21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gotop
pkgver=1.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='A terminal based graphical activity monitor inspired by gtop and vtop'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://github.com/cjbassi/gotop"
license=(AGPL3)
-makedepends=(go-pie git)
+makedepends=(go)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cjbassi/gotop/archive/${pkgver}.tar.gz")
sha256sums=('0041d36e664870d0b461b80bba4a2fb5120af1030230f09e3e9887a67c117363')