summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2016-10-14 13:37:02 -0500
committerAlfredo Ramos2016-10-14 13:37:02 -0500
commit6a2becd05570bc22e587034a1b5d30669804faff (patch)
tree806ef4a984242e5aae9d5ac6310b0c375d237ca4
parent569a94c3b4c8d0561cd3beca3567e5e4f3fcaadf (diff)
downloadaur-6a2becd05570bc22e587034a1b5d30669804faff.tar.gz
liblxqt dependency has been dropped
Now it uses the new lxqt-build-tools dependency https://github.com/lxde/compton-conf/commit/46c428b8afd1907e17109a353500aece86675dfc
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36ee4f80095b..9866ec20294f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = compton-conf-git
pkgdesc = A graphical configuration tool for Compton X composite manager. Development version.
- pkgver = 0.2.0.1.g5c09fc1
- pkgrel = 1
+ pkgver = 0.2.0.2.g46c428b
+ pkgrel = 2
url = https://github.com/lxde/compton-conf
arch = i686
arch = x86_64
license = LGPL2.1
makedepends = cmake
makedepends = git
- makedepends = qt5-tools
- makedepends = liblxqt
+ makedepends = lxqt-build-tools-git
depends = qt5-base
depends = libconfig
- provides = compton-conf=0.2.0.1.g5c09fc1
+ provides = compton-conf=0.2.0.2.g46c428b
conflicts = compton-conf
source = git+https://github.com/lxde/compton-conf.git
source = desktop_entry.patch
diff --git a/PKGBUILD b/PKGBUILD
index a11887dacc7f..043870380799 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_pkgname=compton-conf
pkgname=${_pkgname}-git
-pkgver=0.2.0.1.g5c09fc1
-pkgrel=1
+pkgver=0.2.0.2.g46c428b
+pkgrel=2
pkgdesc='A graphical configuration tool for Compton X composite manager. Development version.'
arch=('i686' 'x86_64')
url='https://github.com/lxde/compton-conf'
license=('LGPL2.1')
depends=('qt5-base' 'libconfig')
-makedepends=('cmake' 'git' 'qt5-tools' 'liblxqt')
+makedepends=('cmake' 'git' 'lxqt-build-tools-git')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")