summarylogtreecommitdiffstats
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
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.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 620c6ef51d39..6e723d211466 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
pkgver = 1.10.3
- pkgrel = 1
+ pkgrel = 2
url = https://codeberg.org/dnkl/foot
arch = x86_64
arch = aarch64
@@ -35,7 +35,7 @@ pkgname = foot-git
pkgname = foot-themes-git
pkgdesc = Color schemes for the foot terminal emulator
arch = any
- depends = foot
+ depends = foot-git
optdepends =
provides = foot-themes
conflicts = foot-themes
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