summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Mikołajczak2018-02-09 15:38:07 +0100
committerMarcin Mikołajczak2018-02-09 15:38:07 +0100
commit35df0ef38b89321a1cdde17a448d5164ad7c47b1 (patch)
treeeab554f77154dad9648e516d55acfd3b287df72c
parenta9d67f3c0e966400bc42285e8d1e12b0666b5a5e (diff)
downloadaur-35df0ef38b89321a1cdde17a448d5164ad7c47b1.tar.gz
Updated dependencies
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bbab4ee0ad9..3ea12b5dd506 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lximage-qt-git
pkgdesc = The LXQt image viewer
- pkgver = 0.5.1.23.g88eef99
+ pkgver = 0.6.0.4.ge7e4831
pkgrel = 1
url = http://lxqt.org
install = lximage-qt.install
@@ -10,8 +10,9 @@ pkgbase = lximage-qt-git
makedepends = git
makedepends = cmake
makedepends = qt5-tools
- depends = pcmanfm-qt
- depends = libfm-qt
+ makedepends = lxqt-build-tools
+ depends = pcmanfm-qt-git
+ depends = libfm-qt-git
depends = qt5-x11extras
provides = lximage-qt
conflicts = lximage-qt
diff --git a/PKGBUILD b/PKGBUILD
index aa272f018cf7..37cc4f3cc528 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=lximage-qt
pkgname=$_pkgname-git
-pkgver=0.5.1.23.g88eef99
+pkgver=0.6.0.4.ge7e4831
pkgrel=1
pkgdesc="The LXQt image viewer"
arch=("i686" "x86_64")
url="http://lxqt.org"
license=("GPL2")
-depends=("pcmanfm-qt" "libfm-qt" "qt5-x11extras")
-makedepends=("git" "cmake" "qt5-tools")
+depends=("pcmanfm-qt-git" "libfm-qt-git" "qt5-x11extras")
+makedepends=("git" "cmake" "qt5-tools" "lxqt-build-tools")
provides=("$_pkgname")
conflicts=("$_pkgname")
install="$_pkgname.install"