summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTheCynicalLiger2021-01-03 21:56:05 +0000
committerTheCynicalLiger2021-01-03 21:56:05 +0000
commita31eaecb0ac0839cbe94406c4b7d6189b302e495 (patch)
tree048417289fe3bdc00e7fc748ed80d1758b5a0044 /PKGBUILD
parenta39c7dd92aaf766c86955916270cbe5fd16d3e6d (diff)
downloadaur-a31eaecb0ac0839cbe94406c4b7d6189b302e495.tar.gz
fixed conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad8edad73146..399606c3291b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='GTK+2.0 integration plugins for Qt6'
arch=(x86_64)
url='https://github.com/trialuser02/qt6gtk2'
license=(GPL2)
+conflicts=($pkgname-git)
depends=(qt6-svg qt6-base gtk2)
makedepends=(qt6-tools)
source=("${pkgname}-$pkgver.tar.gz::${url}/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")