summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Leclanche2015-08-30 23:31:08 +0200
committerJerome Leclanche2015-08-30 23:31:08 +0200
commit99a01012749263e1523c69929c5edf4c9e38601b (patch)
tree0e031f144cbca132e4a236865c5ebef16e98d4f4
parent911d1182107056e3c040c2170046ccdea516b99a (diff)
downloadaur-99a01012749263e1523c69929c5edf4c9e38601b.tar.gz
Update dependencies
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7315cb9295a..7502c8a3c3bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,20 @@
_pkgname=lxqt-config
pkgname=$_pkgname-git
-pkgver=0.9.0.26.g176260a
-pkgrel=2
+pkgver=0.9.0.66.gfc07877
+pkgrel=1
pkgdesc="LXQt system configuration."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("liblxqt-git" "libxcursor")
-makedepends=("git" "cmake")
+depends=("liblxqt-git" "libxcursor" "qt5-svg")
+makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/lxde/$_pkgname.git")
sha256sums=("SKIP")
+
pkgver() {
cd "$srcdir/$_pkgname"
git describe --always | sed "s/-/./g"