summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaio Augusto de Camargo2019-09-19 10:44:49 -0300
committerKaio Augusto de Camargo2019-09-19 10:44:49 -0300
commit115980742e31410823c43ba9249cb13ef61129e3 (patch)
tree0b917a79589a13819ccaa24c6226305f3ae906bb /PKGBUILD
parenta502d5d7d17704146f9f58ae78f0b97e3dcf0360 (diff)
downloadaur-115980742e31410823c43ba9249cb13ef61129e3.tar.gz
go-pie should be 1.13 or newer due to the '-trimpath' flag
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fda902de3074..c06ae37890ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Kaio "yaakushi" Augusto <kaioaugusto dot 8 at gmail dot com>
# Contributor: yochananmarqos
+# Contributor: matthias.lisin
# Contributor: Bruno Inec <bruno at inec dot fr>
pkgname=wtfutil
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Personal information dashboard for your terminal"
arch=('i686' 'x86_64' 'aarch64' 'armv6h')
url="https://wtfutil.com"
license=('MPL2')
-makedepends=('go-pie')
+makedepends=('go-pie>=1.13')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wtfutil/wtf/archive/v$pkgver.tar.gz")
sha256sums=('b421af6aceba9b4f4ff67d591fd899e5357891a06fa13704ec4e77f983ee1064')