diff options
author | kleintux | 2023-02-12 10:10:01 +0100 |
---|---|---|
committer | kleintux | 2023-02-12 10:10:01 +0100 |
commit | 203459e6c72aa25869f8eb32577527561c879431 (patch) | |
tree | 14b587407d6d08791ad65e4388506ef6ea7e298a /PKGBUILD | |
parent | 24028cdf571b2744ed669954e5952a5bf6a2b3fd (diff) | |
download | aur-203459e6c72aa25869f8eb32577527561c879431.tar.gz |
added conflict and provide
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,16 +1,18 @@ # Maintainer: <reg-archlinux AT klein DOT tuxli DOT ch> # Contributor: Dylan Turner dylantdmt@gmail.com + _pkgname="tetris-cli" pkgname=${_pkgname}-git pkgver=r39.06e2e72 -pkgrel=1 +pkgrel=2 pkgdesc="A tetris game that runs in a terminal" arch=('any') url="https://www.github.com/blueOkiris/tetris-cli" license=('GPL3') makedepends=('git' 'cargo') +provides=("${_pkgname}") source=('git+https://github.com/blueOkiris/tetris-cli.git') -conflict=("${_pkgname}-bin" "${_pkgname}") +conflicts=("${_pkgname}-git" "${_pkgname}-bin" "${_pkgname}") sha256sums=('SKIP') pkgver() { |