summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Kalb2016-11-03 02:06:58 +0100
committerMarkus Kalb2016-11-03 02:06:58 +0100
commitabf104c596039ac54a7701f70df5efc59617e19d (patch)
tree26aba67d8530d8c4fc9ad3c71f4bca37ef9fa185 /PKGBUILD
parentf697e2373149c3629b9cee80f34cfebdbd9c6d23 (diff)
downloadaur-abf104c596039ac54a7701f70df5efc59617e19d.tar.gz
fix .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c63f6742306..9e88d3976413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libsub-git
-pkgver=0.r325.79ec1e0
+pkgver=0.r334.1eab24b
pkgrel=1
pkgdesc="libsub is a small C++ library to read and write subtitles in a few different formats (currently STL, SubRip and DCP)"
arch=('i686' 'x86_64')
url="http://carlh.net/libsub"
license=('GPL')
-depends=('libdcp' 'liblocked-sstream' 'libcxml>=0.15.1' 'openssl' 'libxml++>=2.6' 'xmlsec' 'openjpeg' 'libsigc++>=2.0' 'boost-libs>=1.45')
+depends=('libdcp' 'liblocked-sstream' 'libcxml>=0.15.2' 'openssl' 'libxml++>=2.6' 'xmlsec' 'openjpeg' 'libsigc++>=2.0' 'boost-libs>=1.45')
makedepends=('python2' 'boost>=1.45')
provides=('libsub')
conflicts=('libsub')