summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-20 21:42:49 -0500
committeralgebro2018-11-20 21:42:49 -0500
commit740d62c2967e9c6c407ebea341f60af5e1430871 (patch)
tree26788b33eaa473b6b08722494ea43a1e56b30369
parentdac4b3ec17e7e88883797dbfc13e1f8a88c2a8ab (diff)
downloadaur-740d62c2967e9c6c407ebea341f60af5e1430871.tar.gz
Add provides/conflicts
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2823d3ea111f..787142db04f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,8 @@ pkgbase = lizzie-git
depends = bash
depends = java-runtime
depends = leela-zero-git
+ provides = lizzie
+ conflicts = lizzie
noextract = network.gz
source = git+https://github.com/featurecat/lizzie.git
source = network.gz::http://zero.sjeng.org/best-network
diff --git a/PKGBUILD b/PKGBUILD
index 06638e2ff65e..e939bc324745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,8 @@ url="https://github.com/featurecat/lizzie"
license=('GPLv3')
depends=('bash' 'java-runtime' 'leela-zero-git')
makedepends=('git' 'maven')
+provides=('lizzie')
+conflicts=('lizzie')
source=("git+https://github.com/featurecat/lizzie.git"
"network.gz::http://zero.sjeng.org/best-network"
"lizzie.desktop")