summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2019-01-28 16:19:39 -0600
committerAlfredo Ramos2019-01-28 16:19:39 -0600
commitc8259e51ab8b947ece365290da959827f30c6c84 (patch)
tree7b4e599e7e0985906ca205e823b47a9c338dea18
parent4a97aa34c512ab93f89a64e1191d7182e2964e85 (diff)
downloadaur-c8259e51ab8b947ece365290da959827f30c6c84.tar.gz
Version 0.14.0
Also cleanup dependencies.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 906884cf1d84..4e0ee370ea5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
pkgbase = compton-conf-git
pkgdesc = A graphical configuration tool for Compton X composite manager. Development version.
- pkgver = 0.4.0.74.gec3cbf2
- pkgrel = 2
+ pkgver = 0.14.0.0.ge307401
+ pkgrel = 1
url = https://github.com/lxqt/compton-conf
arch = i686
arch = x86_64
groups = lxqt
license = LGPL2.1
- makedepends = cmake
- makedepends = git
- makedepends = qt5-tools
- makedepends = lxqt-build-tools-git>=0.5.0
+ makedepends = lxqt-build-tools-git>=0.6.0
depends = qt5-base
depends = libconfig
- provides = compton-conf=0.4.0.74.gec3cbf2
+ provides = compton-conf=0.14.0.0.ge307401
conflicts = compton-conf
source = git+https://github.com/lxqt/compton-conf.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 59e389ca2e1d..a60564ccc6ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=compton-conf
pkgname=${_pkgname}-git
-pkgver=0.4.0.74.gec3cbf2
-pkgrel=2
+pkgver=0.14.0.0.ge307401
+pkgrel=1
pkgdesc='A graphical configuration tool for Compton X composite manager. Development version.'
arch=('i686' 'x86_64')
url='https://github.com/lxqt/compton-conf'
@@ -13,7 +13,7 @@ license=('LGPL2.1')
groups=('lxqt')
depends=('qt5-base' 'libconfig')
-makedepends=('cmake' 'git' 'qt5-tools' 'lxqt-build-tools-git>=0.5.0')
+makedepends=('lxqt-build-tools-git>=0.6.0')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")