summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Mattern2016-10-15 03:03:12 +0200
committerPeter Mattern2016-10-15 03:03:12 +0200
commit753a9c2baa24aef42bbc9924bf6aa1b585b0c4b3 (patch)
treef04a9cc81deb592334d1038554e74e3fc080f41f /PKGBUILD
parentcb84bca11969458cd2dfa7569a8b886908e86f65 (diff)
downloadaur-753a9c2baa24aef42bbc9924bf6aa1b585b0c4b3.tar.gz
Add build dependency lxqt-build-tools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 105c97da7141..24d4d1b948b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=libsysstat
pkgname=$_pkgname-git
-pkgver=0.3.0.12.g5ef5c4a
+pkgver=0.3.2.5.gf384265
pkgrel=1
-pkgdesc="Library to query system statistics (net, resource usage, ...)"
-arch=("i686" "x86_64" "armv6h")
-url="http://lxqt.org"
-license=("LGPL2.1")
-depends=("qt5-base")
-makedepends=("git" "cmake")
+pkgdesc='Library to query system statistics (net, resource usage, ...)'
+arch=('i686' 'x86_64' 'armv6h')
+url='https://github.com/lxde/libsysstat'
+license=('LGPL2.1')
+depends=('qt5-base')
+makedepends=('git' 'cmake' 'lxqt-build-tools-git')
provides=("$_pkgname" "$_pkgname-qt5" "$_pkgname-qt5-git")
conflicts=("$_pkgname" "$_pkgname-qt5" "$_pkgname-qt5-git")
source=("git+https://github.com/lxde/$_pkgname.git")