diff options
author | Markus Kalb | 2016-07-08 16:11:34 +0200 |
---|---|---|
committer | Markus Kalb | 2016-07-08 16:11:34 +0200 |
commit | 9bf921a4abf8196ca112336d70ab1dde7b22b594 (patch) | |
tree | 38c68c4034e2b6b14c0618069e1f86b6c6057b16 | |
parent | 4e193e5ef2068c2fd70ef20d2c96dfc6a885be74 (diff) | |
download | aur-9bf921a4abf8196ca112336d70ab1dde7b22b594.tar.gz |
v1.1.13
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,13 +1,13 @@ # Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de> # Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at> pkgname=libsub -pkgver=1.1.12 -pkgrel=5 +pkgver=1.1.13 +pkgrel=1 pkgdesc="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=('openssl' 'libxml++>=2.6' 'xmlsec' 'libdcp>=1.3.3' 'libcxml>=0.15.1' 'libsigc++>=2.0' 'boost-libs>=1.60.0' 'libasdcp-cth') +depends=('openssl' 'libxml++>=2.6' 'xmlsec' 'libdcp>=1.3.4' 'libcxml>=0.15.1' 'libsigc++>=2.0' 'boost-libs>=1.60.0' 'libasdcp-cth') makedepends=('python2' 'boost>=1.60.0') provides=('libsub') conflicts=('libsub') |