summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c797b6fbc3d5..d5c769247afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Philippe Proulx <pproulx@efficios.com>
pkgname=('python-babeltrace')
-pkgver=1.5.0
+pkgver=1.5.7
pkgrel=1
pkgdesc='Babeltrace Python bindings'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
url="http://diamon.org/babeltrace"
-license=('LGPL2.1' 'GPL2' 'MIT')
-source=(http://www.efficios.com/files/babeltrace/babeltrace-${pkgver}.tar.bz2)
+license=(LGPL2.1 GPL2 MIT)
+source=("http://www.efficios.com/files/babeltrace/babeltrace-${pkgver}.tar.bz2")
makedepends=('swig>=2.0.0')
-depends=('babeltrace>=1.5.0' 'python')
+depends=('babeltrace>=1.5.7' 'python')
options=('!libtool')
-sha1sums=('13f106951c418632a2155ebe3cea51fa4929e748')
+sha1sums=(b62b501479c59ae2cbfca14eca7bdbafdee8d683)
build()
{