summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-09-01 17:28:01 +0200
committerbegin-theadventure2023-09-01 17:28:01 +0200
commit1bffc2307b2bbb4a30269af09068f644b0bac510 (patch)
treee70ce99be7dfc6b63af528008d13a3c3ec42747c
parent057a147e643bf180864fb8002fc7147834e852ed (diff)
downloadaur-1bffc2307b2bbb4a30269af09068f644b0bac510.tar.gz
Add one conflict
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 222930649c8d..9b87012574e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = kitch-bin
pkgdesc = The development branch of the itchio app (binary release)
pkgver = 26.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://itchio.itch.io/kitch
arch = x86_64
license = MIT
provides = kitch
conflicts = kitch
conflicts = itch
+ conflicts = itch-setup
source = kitch-26.1.2-linux-amd64.zip::https://broth.itch.ovh/kitch/linux-amd64/26.1.2/archive/default
source = LICENSE-kitch::https://github.com/itchio/itch/raw/master/LICENSE
sha256sums = e962fb202d4dbf4c287e634bef6c5c191b884544cf24e025675df450d9dc2bda
diff --git a/PKGBUILD b/PKGBUILD
index 838f414f25c2..c4eb92aed368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _pkgname=kitch
pkgname=$_pkgname-bin
pkgdesc="The development branch of the itchio app (binary release)"
pkgver=26.1.2
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://itchio.itch.io/kitch"
license=('MIT')
provides=("$_pkgname")
-conflicts=("$_pkgname" "itch")
+conflicts=("$_pkgname" "itch" "itch-setup")
source=("$_pkgname-$pkgver-linux-amd64.zip::https://broth.itch.ovh/$_pkgname/linux-amd64/$pkgver/archive/default"
"LICENSE-$_pkgname::https://github.com/itchio/itch/raw/master/LICENSE")
sha256sums=('e962fb202d4dbf4c287e634bef6c5c191b884544cf24e025675df450d9dc2bda'