summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2017-03-25 23:20:30 +0100
committerPeter Mattern2017-03-25 23:20:30 +0100
commitae20b495e9f96dc7ce774c2087b633caa1a84412 (patch)
tree06afbc89d6370fdcbebef569f264e4c545ec6351
parentc677549afc9b164864774b86467f52d708305189 (diff)
downloadaur-lxqt-themes-git.tar.gz
Conflict with lxqt-common
lxqt-common will probably be dropped, yet lxqt-themes should conflict with it for now.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3703039507f8..4f75edf2bc34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 22:10:13 UTC 2017
+# Sat Mar 25 22:20:24 UTC 2017
pkgbase = lxqt-themes-git
pkgdesc = Themes, graphics and icons for LXQt
pkgver = r112.f1737e9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lxde/lxqt-themes
arch = any
license = LGPL
@@ -13,6 +13,8 @@ pkgbase = lxqt-themes-git
depends = hicolor-icon-theme
provides = lxqt-themes
conflicts = lxqt-themes
+ conflicts = lxqt-common
+ conflicts = lxqt-common-git
source = git+https://github.com/lxde/lxqt-themes.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fcaab985a19f..5666ec97889d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=lxqt-themes
pkgname=$_pkgname-git
pkgver=r112.f1737e9
-pkgrel=1
+pkgrel=2
pkgdesc='Themes, graphics and icons for LXQt'
arch=('any')
url='https://github.com/lxde/lxqt-themes'
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('hicolor-icon-theme')
makedepends=('git' 'cmake' 'lxqt-build-tools-git')
provides=("$_pkgname")
-conflicts=("$_pkgname")
+conflicts=("$_pkgname" "lxqt-common"{,-git})
source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=('SKIP')