summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Radel2022-09-06 22:14:33 +0200
committerBenjamin Radel2022-09-06 22:14:33 +0200
commit23619b94c0af21da41e3d6e32d8b9e7a7cfc8776 (patch)
tree0e1a0e4c11c6898f813c46d8128c057d50740f98 /PKGBUILD
parent1b2d6ee79f8dbdfb1a3e507d630e59da9f6025ad (diff)
downloadaur-23619b94c0af21da41e3d6e32d8b9e7a7cfc8776.tar.gz
Bump libdcp to version 1.8.25
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {