summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-07-27 20:18:11 -0500
committerLuis Martinez2022-07-27 20:18:11 -0500
commitb9a52b0b392223034f9393ec9caace75b2c4fc1f (patch)
treeac09c9b2a01ffe63abe0b3c742e3c89a12c949f4 /PKGBUILD
parentaa9249259312750cea32073eeee28f4f0c87eeb7 (diff)
downloadaur-b9a52b0b392223034f9393ec9caace75b2c4fc1f.tar.gz
add provides/conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd7bd1f7f7dc..d8dad3805f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=mazter-git
_pkgname="${pkgname%-git}"
pkgver=r9.b907627
-pkgrel=1
+pkgrel=2
pkgdesc='Mazes in your terminal'
arch=('x86_64')
url='https://github.com/canop/mazter'
license=('MIT')
depends=('gcc-libs')
makedepends=('git' 'cargo')
+provides=('mazter')
+conflicts=('mazter')
source=("$_pkgname::git+$url")
sha256sums=('SKIP')