summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2016-08-03 20:53:10 +0200
committerPeter Mattern2016-08-03 20:53:10 +0200
commitd5bf36bb7c4dd8819f376065db9ea19817cbb35b (patch)
treea3b3d18b135ba7c97625f01bcf09880ef08c6ff7
parent906386c4c11147b9b40f6e7394db44004812a798 (diff)
downloadaur-d5bf36bb7c4dd8819f376065db9ea19817cbb35b.tar.gz
Add git to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 730caf635da3..d6695decea09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Sun Jul 10 22:28:40 UTC 2016
+# Wed Aug 3 18:52:54 UTC 2016
pkgbase = libfm-qt-git
pkgdesc = Qt port of libfm, a library providing components to build desktop file managers
pkgver = 0.11.0.13.g4aa2bb6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lxde/libfm-qt
arch = i686
arch = x86_64
license = LGPL
+ makedepends = git
makedepends = cmake
makedepends = qt5-tools
depends = qt5-x11extras
diff --git a/PKGBUILD b/PKGBUILD
index 4ca681f231ba..614075e3e184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=libfm-qt
pkgname=$_pkgname-git
pkgver=0.11.0.13.g4aa2bb6
-pkgrel=1
+pkgrel=2
pkgdesc='Qt port of libfm, a library providing components to build desktop file managers'
arch=('i686' 'x86_64')
url='https://github.com/lxde/libfm-qt'
license=('LGPL')
depends=('qt5-x11extras' 'libfm>=1.2.0')
-makedepends=('cmake' 'qt5-tools')
+makedepends=('git' 'cmake' 'qt5-tools')
provides=("$_pkgname")
conflicts=("$_pkgname" 'pcmanfm-qt<=0.10.0')
source=('git+https://github.com/lxde/libfm-qt.git')