summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Radel2022-09-06 22:14:33 +0200
committerBenjamin Radel2022-09-06 22:14:33 +0200
commit23619b94c0af21da41e3d6e32d8b9e7a7cfc8776 (patch)
tree0e1a0e4c11c6898f813c46d8128c057d50740f98
parent1b2d6ee79f8dbdfb1a3e507d630e59da9f6025ad (diff)
downloadaur-23619b94c0af21da41e3d6e32d8b9e7a7cfc8776.tar.gz
Bump libdcp to version 1.8.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 975f5d1ce400..7440a0e40994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libdcp
pkgdesc = A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files
- pkgver = 1.8.22
+ pkgver = 1.8.25
pkgrel = 1
url = https://carlh.net/libdcp
arch = i686
@@ -19,9 +19,9 @@ pkgbase = libdcp
depends = libsigc++>=2.0
depends = boost-libs>=1.72.0
depends = libasdcp-cth>=0.1.6.r18.ga276ed1
- source = libdcp-1.8.22::git+git://git.carlh.net/git/libdcp.git#tag=v1.8.22
+ source = https://carlh.net/downloads/libdcp/libdcp-1.8.25.tar.bz2
source = 0001-fix-compile-with-openjp25.patch
- sha256sums = SKIP
+ sha256sums = a88b8a7641405e745a381b7b4ceabda93e4c129e6a668a5daf259282934b934f
sha256sums = 671046a87eaf567ca94cde72a92497239155d7cb12450ee12b41b2eed13c78fb
pkgname = libdcp
diff --git a/PKGBUILD b/PKGBUILD
index b5bb08d99c9e..06c078284905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Benjamin Radel <aur@radel.tk>
# Contributor: Stefan Karner <stefan.karner@student.tuwien.ac.at>
pkgname=libdcp
-pkgver=1.8.22
+pkgver=1.8.25
pkgrel=1
pkgdesc="A small C++ library which can create and read Digital Cinema Packages using JPEG2000 and WAV files"
arch=('i686' 'x86_64')
@@ -10,9 +10,9 @@ url="https://carlh.net/libdcp"
license=('GPL')
depends=('libxml++2.6' 'xmlsec' 'imagemagick' 'openjpeg2>=2.5' 'libcxml>=0.17.3' 'libsigc++>=2.0' 'boost-libs>=1.72.0' 'libasdcp-cth>=0.1.6.r18.ga276ed1')
makedepends=('git' 'python' 'boost>=1.72.0' 'gcc' 'pkg-config')
-source=("${pkgname}-${pkgver}::git+git://git.carlh.net/git/${pkgname}.git#tag=v${pkgver}"
+source=("https://carlh.net/downloads/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
"0001-fix-compile-with-openjp25.patch")
-sha256sums=('SKIP'
+sha256sums=('a88b8a7641405e745a381b7b4ceabda93e4c129e6a668a5daf259282934b934f'
'671046a87eaf567ca94cde72a92497239155d7cb12450ee12b41b2eed13c78fb')
prepare() {