summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2018-03-18 18:37:48 +0100
committerMarkus Kalb2018-03-18 18:37:48 +0100
commit9766332ea76ade6d5fbfd82b783b38a0e1c741ed (patch)
tree853dcd6ed6c9757d40b531320df01824a623f336
parente2604121c9fccbc002ff4d69a0979a1380ef33c2 (diff)
downloadaur-9766332ea76ade6d5fbfd82b783b38a0e1c741ed.tar.gz
switching to branch v1.5.x and shift to Carls server instead of github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd33ab3cc3da..4a2e37659f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Feb 27 03:24:55 UTC 2018
+# Sun Mar 18 17:32:06 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.r1582.7863ca3
+ pkgver = 0.r1624.5c677f7
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=master
+ source = libdcp-git::git://git.carlh.net/git/libdcp.git#branch=v1.5.x
sha512sums = SKIP
pkgname = libdcp-git
diff --git a/PKGBUILD b/PKGBUILD
index 8b21a7ae048e..d987ccc2be85 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.r1615.230d989
+pkgver=0.r1620.b43b166
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=master")
+source=("libdcp-git::git://git.carlh.net/git/libdcp.git#branch=v1.5.x")
sha512sums=('SKIP')
pkgver() {