summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Jester-Pfadt2015-12-14 16:45:32 +0100
committerTim Jester-Pfadt2015-12-14 16:45:32 +0100
commitbd5acf40f247ccf4ea388f8b9df0e2f727098d77 (patch)
treeacb91d971e6aae1f9da96676acd48d7b09d36c9d /PKGBUILD
parentaac0d649194ca00f1c04e2f01d9965b8d9171a77 (diff)
downloadaur-bd5acf40f247ccf4ea388f8b9df0e2f727098d77.tar.gz
Added minimum version requirement for current state of development
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e444f41a2ced..30e7c1ca2d63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=limba-git
pkgver=280.c75853a
-pkgrel=10
+pkgrel=11
pkgdesc="Limba is a new project which allows 3rd-party software installations on Linux"
arch=('i686' 'x86_64')
url="https://github.com/ximion/limba"
license=('GPLv2' 'LGPL2.1')
-depends=('glib2' 'gobject-introspection' 'appstream' 'polkit' 'libarchive' 'gpgme' 'docbook-xsl' 'xmlto' 'curl' 'libutil-linux' 'intltool')
+depends=('glib2' 'gobject-introspection' 'appstream>=0.9.0' 'polkit' 'libarchive' 'gpgme' 'docbook-xsl' 'xmlto' 'curl' 'libutil-linux' 'intltool')
makedepends=('git' 'cmake')
source=('git+https://github.com/ximion/limba.git'
'sources.list')