summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartinVonReich2023-12-15 14:20:20 +0100
committerMartinVonReich2023-12-15 14:20:20 +0100
commit651d4d380bddb5ee82f830353f9c716d440b2c7b (patch)
tree13f7483f68fbfa56f9860c6d56a7edfe71a77cca
parenta9d0527bbbe9790836bb8e7264e33385938849d4 (diff)
downloadaur-651d4d380bddb5ee82f830353f9c716d440b2c7b.tar.gz
Changed PKGBUILD with an addition of `conflicts: `koi-git`` package . . .
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f03c3fb70ac..ae1c50cfe92f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,6 +25,7 @@ pkgbase = koi
depends = hicolor-icon-theme
optdepends = desktop-file-utils: Command line utilities for working with desktop entries
optdepends = xsettingsd: Apply settings to GTK applications on the fly
+ conflicts = koi-git
source = Koi-.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/0.2.4.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed4038f6f8e0..4ed368648184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,8 @@ depends=('plasma-desktop' 'plasma-integration' 'plasma-framework5' 'kcoreaddons5
makedepends=('glibc' 'qt5-base' 'qt5-tools' 'qt5-svg' 'cmake' 'extra-cmake-modules')
optdepends=('desktop-file-utils: Command line utilities for working with desktop entries'
'xsettingsd: Apply settings to GTK applications on the fly')
-source=(${_pkgname}-${version}.tar.gz::"https://github.com/baduhai/Koi/archive/refs/tags/${pkgver}.tar.gz")
+conflicts=('koi-git')
+source=("${_pkgname}-${version}.tar.gz::https://github.com/baduhai/Koi/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('SKIP')
build() {