summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a01cc7307b56..c7235ab73976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=aravis
-pkgver=0.5.5
-_release=ARAVIS_0_5_5
+pkgver=0.5.6
+_release=ARAVIS_0_5_6
pkgrel=1
pkgdesc="A vision library for genicam based cameras"
url="https://wiki.gnome.org/Projects/Aravis"
arch=(i686 x86_64)
license=(LGPL)
-depends=(gtk3 libnotify gst-plugins-base-libs audit libcap-ng)
-makedepends=(gobject-introspection appstream-glib)
+depends=(gtk3 libnotify gst-plugins-base-libs audit libusb)
+makedepends=(intltool gtk-doc gobject-introspection appstream-glib)
source=(https://github.com/AravisProject/aravis/archive/${_release}.tar.gz)
-md5sums=('84ac8c73360edf10784a08c177e06c48')
+md5sums=('6f425d34a2c281b162ed917b344c1b67')
build() {
cd $pkgname-$_release