summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d959f2e43265..fac538d113f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = liblxqt-git
pkgdesc = Common base library for LXQt components.
- pkgver = 0.9.0.15.gae45471
+ pkgver = 0.10.0.19.g7df67a2
pkgrel = 1
url = http://lxqt.org
arch = i686
@@ -12,7 +12,7 @@ pkgbase = liblxqt-git
depends = qt5-base
depends = qt5-x11extras
depends = kwindowsystem
- depends = libqtxdg-git
+ depends = libqtxdg
provides = liblxqt
conflicts = liblxqt
source = git+https://github.com/lxde/liblxqt.git
diff --git a/PKGBUILD b/PKGBUILD
index 9ec3da6f4503..9b081687535b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=liblxqt
pkgname=$_pkgname-git
-pkgver=0.9.0.61.gf05ba5a
+pkgver=0.10.0.19.g7df67a2
pkgrel=1
pkgdesc="Common base library for LXQt components."
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg-git")
+depends=("qt5-base" "qt5-x11extras" "kwindowsystem" "libqtxdg")
makedepends=("git" "cmake" "qt5-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")