summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Eklöf2022-02-02 19:32:10 +0100
committerDaniel Eklöf2022-02-02 19:32:10 +0100
commit41f49485df12c2832c42b940865f1b9409784d61 (patch)
tree1fecf9f3ff7e40f1d04fa1c49936f5d5f6e2aaae /PKGBUILD
parent59d209fa35c0dc180e1b67fd889dd651fab19490 (diff)
downloadaur-41f49485df12c2832c42b940865f1b9409784d61.tar.gz
foot-themes-git: depend on foot-git explicitly
Since the “foot” package in [community] packages the theme files in the base package (i.e. there is no foot-themes package), foot-themes-git conflicts with “foot”. Solve this by explicitly depending on foot-git. This way, foot-themes-git cannot be installed alongside the non-git version of the foot package.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b25fbb9f4aee..9ca93c6c68e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,7 +32,7 @@ PGO=auto
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=(foot-git foot-themes-git)
pkgver=1.10.3
-pkgrel=1
+pkgrel=2
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
@@ -80,7 +80,7 @@ package_foot-themes-git() {
pkgdesc="Color schemes for the foot terminal emulator"
conflicts=(foot-themes)
provides=(foot-themes)
- depends=(foot)
+ depends=(foot-git)
optdepends=()
arch=(any)
cd foot