summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernandez Ludovic2022-06-04 02:35:26 +0200
committerFernandez Ludovic2022-06-04 02:35:26 +0200
commit5512116f23478637a517363f5efc4103fe1b008a (patch)
tree084c03b8f26d9665fee9dbe16e1d0767f908463b /PKGBUILD
parentd60754a5a462c1184577914d47ba0b6fe089d2f2 (diff)
downloadaur-motoko.tar.gz
add conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e89410646a73..16fe2bca9653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname='motoko'
pkgver=0.2.6
-pkgrel=3
+pkgrel=4
pkgdesc='Based on Go modules, update a dependency to a major version.'
url='https://github.com/ldez/motoko'
arch=('x86_64' 'i686' 'aarch64')
license=('APACHE')
+provides=("${pkgname}")
+conflicts=("${pkgname}-bin")
depends=()
makedepends=('git' 'go')