summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-30 21:53:17 +0200
committerMarcell Meszaros2022-05-30 21:53:17 +0200
commit96d0975c73c850f60fd8df3a37ec95d1279ecf1a (patch)
tree2f90b39766a36e4b7bb8aed930c8fa061cf8bc70 /PKGBUILD
parent53d601cbd9891f87009e517992a1ef8c57cba746 (diff)
downloadaur-96d0975c73c850f60fd8df3a37ec95d1279ecf1a.tar.gz
add mandatory go dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0cbeae7c6424..990887e54496 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgname=golang-glide-bin
_pkgname=glide
pkgdesc='Legacy dependency management and vendoring for Go projects'
pkgver=0.13.3
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/Masterminds/${_pkgname}"
license=('MIT')
+depends=('go')
provides=("${pkgname%-bin}=${pkgver}" "glide=${pkgver}" 'glide-bin')
conflicts=('glide' 'glide-bin' "${pkgname%-bin}")
replaces=('glide-bin')