diff options
author | Markus Kalb | 2018-03-18 18:35:14 +0100 |
---|---|---|
committer | Markus Kalb | 2018-03-18 18:35:14 +0100 |
commit | 63ade945d6cf853bb78b12655351f105c10b0fd7 (patch) | |
tree | bee7db037f3db51d1cf7414e07f6df81ab197003 /PKGBUILD | |
parent | f0e8a347f26355bacafa5dd3eeca1837ed6afab6 (diff) | |
download | aur-63ade945d6cf853bb78b12655351f105c10b0fd7.tar.gz |
using branch v1.3.x for testing version 2.11.77 of dcpomatic prior to
2.12.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de> # Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at> pkgname=libsub-git -pkgver=0.r420.8ae8831 +pkgver=0.r426.29de8e1 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') @@ -11,7 +11,7 @@ depends=('libdcp-git' 'liblocked-sstream-git' 'libcxml-git' 'openssl' 'libxml++ makedepends=('python2' 'boost>=1.45') provides=('libsub') conflicts=('libsub') -source=("libsub-git::git://git.carlh.net/git/libsub.git#branch=master") +source=("libsub-git::git://git.carlh.net/git/libsub.git#branch=v1.3.x") sha512sums=('SKIP') pkgver() { |