diff options
author | Markus Kalb | 2016-11-03 02:06:58 +0100 |
---|---|---|
committer | Markus Kalb | 2016-11-03 02:06:58 +0100 |
commit | abf104c596039ac54a7701f70df5efc59617e19d (patch) | |
tree | 26aba67d8530d8c4fc9ad3c71f4bca37ef9fa185 /PKGBUILD | |
parent | f697e2373149c3629b9cee80f34cfebdbd9c6d23 (diff) | |
download | aur-abf104c596039ac54a7701f70df5efc59617e19d.tar.gz |
fix .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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') |