summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2018-02-27 04:28:52 +0100
committerMarkus Kalb2018-02-27 04:28:52 +0100
commite2604121c9fccbc002ff4d69a0979a1380ef33c2 (patch)
tree0c65c3a65385756ca5fbd5d57c179ff57a2a357b
parenta6ba40f59805632c43b635a4256e00cd195ea79e (diff)
downloadaur-e2604121c9fccbc002ff4d69a0979a1380ef33c2.tar.gz
switch from branch=1.0 to branch=master
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acfa42be1051..bd33ab3cc3da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 12:57:35 UTC 2017
+# Tue Feb 27 03:24:55 UTC 2018
pkgbase = libdcp-git
pkgdesc = A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files
- pkgver = 0.r1575.5e6d583
+ pkgver = 0.r1582.7863ca3
pkgrel = 1
url = http://carlh.net/software/libdcp
arch = i686
@@ -23,7 +23,7 @@ pkgbase = libdcp-git
depends = libasdcp-cth
provides = libdcp=1.4.3devel
conflicts = libdcp
- source = libdcp-git::git+https://github.com/cth103/libdcp.git#branch=1.0
+ source = libdcp-git::git+https://github.com/cth103/libdcp.git#branch=master
sha512sums = SKIP
pkgname = libdcp-git
diff --git a/PKGBUILD b/PKGBUILD
index 490c1a247627..8b21a7ae048e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Markus Kalb <mk@filmkreis.tu-darmstadt.de>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp-git
-pkgver=0.r1575.5e6d583
+pkgver=0.r1615.230d989
pkgrel=1
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('libcxml-git' 'libsndfile' 'openssl' 'libxml++>=2.6' 'xmlsec' 'imagemag
makedepends=('python2' 'boost>=1.45' 'pkg-config')
provides=('libdcp=1.4.3devel')
conflicts=('libdcp')
-source=("libdcp-git::git+https://github.com/cth103/libdcp.git#branch=1.0")
+source=("libdcp-git::git+https://github.com/cth103/libdcp.git#branch=master")
sha512sums=('SKIP')
pkgver() {