summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"