summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBalló György2015-07-09 02:11:02 +0200
committerBalló György2015-07-09 02:11:02 +0200
commit26b58e4da3d0dc2c7c5eaf2d4af3a01cd41e01ed (patch)
treef82d45458b623f9a5463650dde36651826a0969b /PKGBUILD
parent66698448bad37da9c1d6560fbeda4cf6ced76037 (diff)
downloadaur-26b58e4da3d0dc2c7c5eaf2d4af3a01cd41e01ed.tar.gz
Remove git from makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d069509b8cdc..a66bd473c0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,10 @@ pkgrel=1
pkgdesc="The LXQt image viewer"
arch=("i686" "x86_64")
groups=("lxqt")
-pkgdesc="LXQt image viewer"
url="http://lxqt.org"
license=("GPL2")
-depends=("pcmanfm-qt" "qt5-x11extras")
-makedepends=("git" "cmake" "qt5-tools")
+depends=("pcmanfm-qt")
+makedepends=("cmake" "qt5-tools")
install="$pkgname.install"
source=("http://downloads.lxqt.org/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz")
sha256sums=("11abc99b0946e6254aad42cb3e29349dc6199879be0728418e7bc81200d59730")