summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Poldrack2020-08-16 22:31:33 +0200
committerMoritz Poldrack2020-08-16 22:32:26 +0200
commit7be3a6601e0b17c907faed1d410e2e916a3fd113 (patch)
tree6969075cfdee81771e79e808fb508fd84e878cd7
parente7779e7cbb83c3960640ade37b5bfe5732fae6ea (diff)
downloadaur-7be3a6601e0b17c907faed1d410e2e916a3fd113.tar.gz
added got-git as conflict
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD3
2 files changed, 5 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba0bffc7c60..5275e748a30d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = got
arch = arm64
license = MIT
makedepends = go
+ provides = got
+ conflicts = got
source = https://github.com/melbahja/got/archive/v0.2.0.tar.gz
sha256sums = b327bddeac1ad58319c22ed2ed744d294735a47dafa29b84db7177c352cf4024
diff --git a/PKGBUILD b/PKGBUILD
index 5b646dd0f3ff..5e87b7ec7edb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,13 @@
pkgname=got
+_pkgname=got
pkgver=0.2.0
pkgrel=2
pkgdesc='Simple golang package and CLI tool to download large files faster than cURL and Wget!'
arch=('x86_64' 'arm64')
url="https://github.com/melbahja/$pkgname"
license=('MIT')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('b327bddeac1ad58319c22ed2ed744d294735a47dafa29b84db7177c352cf4024')