summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIyán Méndez Veiga2019-10-16 10:48:42 +0200
committerIyán Méndez Veiga2019-10-16 10:48:42 +0200
commit81ca477d3df3313d5a8cb5e80fd56c8e8d9eeb53 (patch)
tree0432103dcfa269a0f5b42d96b3dcafe2b775ddc8 /PKGBUILD
parent20dad70451c3c0a35c197cab342e7919f1db9d53 (diff)
downloadaur-81ca477d3df3313d5a8cb5e80fd56c8e8d9eeb53.tar.gz
Remove conflict and replace arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54b38ad23d88..ba34bf2cf193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=adwaita-qt4
_pkgname=adwaita-qt
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='A style to bend Qt applications to look like they belong into GNOME Shell'
arch=('x86_64')
url="https://github.com/FedoraQt/adwaita-qt"
@@ -13,8 +13,6 @@ license=('GPL')
depends=('qt4')
makedepends=('cmake' 'git')
optdepends=('qgnomeplatform: apply GNOME settings to Qt apps')
-conflicts=('adwaita-qt-common' 'adwaita-qt-git')
-replaces=('adwaita-qt-common' 'adwaita-qt-git')
source=("https://github.com/FedoraQt/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('a7d535e42ff56a4851eeb0572b920c2e76ae0bdd87fe21a8503242fe6e7327f6')
build() {