summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfredo Ramos2020-04-26 00:20:21 -0500
committerAlfredo Ramos2020-04-26 00:20:21 -0500
commit80e7a31efe7d841a24f786f5afdc84c17ba146b2 (patch)
treec9271975c1d70d6a5e7c88c07647bc4647ef1a39
parenta7fba62c2a432d5467d4c183c09224a7d4e5eb65 (diff)
downloadaur-compton-conf-git.tar.gz
Version 0.15.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c6af411dce0..1abda80713b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = compton-conf-git
pkgdesc = A graphical configuration tool for Compton X composite manager. Development version.
- pkgver = 0.14.0.0.ge307401
- pkgrel = 2
+ pkgver = 0.15.0.0.g6696ddb
+ pkgrel = 1
url = https://github.com/lxqt/compton-conf
arch = i686
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = compton-conf-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- makedepends = lxqt-build-tools-git>=0.6.0
+ makedepends = lxqt-build-tools-git>=0.7.0
depends = qt5-base
depends = libconfig
- provides = compton-conf=0.14.0.0.ge307401
+ provides = compton-conf=0.15.0.0.g6696ddb
conflicts = compton-conf
source = git+https://github.com/lxqt/compton-conf.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 10227c069ce4..e727d88c1b25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=compton-conf
pkgname=${_pkgname}-git
-pkgver=0.14.0.0.ge307401
-pkgrel=2
+pkgver=0.15.0.0.g6696ddb
+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=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git>=0.6.0')
+makedepends=('git' 'cmake' 'qt5-tools' 'lxqt-build-tools-git>=0.7.0')
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")