summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2022-05-21 13:59:38 +0800
committerpingplug2022-05-21 13:59:38 +0800
commit477fdb7daeb7ae815a5a597ab90d135d40bf5c4d (patch)
treee4f6868e962c5057a481a43b387ba29f65d661cc /PKGBUILD
parent9435f52bf035999f2056dd43b204149bd8e6cf69 (diff)
downloadaur-477fdb7daeb7ae815a5a597ab90d135d40bf5c4d.tar.gz
updated to 2.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6842763da631..c740d857afdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-openjpeg2
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="An open source JPEG 2000 codec, version ${pkgver} (mingw-w64)"
arch=('any')
@@ -15,16 +15,13 @@ depends=('mingw-w64-libpng'
makedepends=('mingw-w64-cmake')
options=('!strip' 'staticlibs' '!buildflags')
source=("openjpeg-${pkgver}.tar.gz::https://github.com/uclouvain/openjpeg/archive/v${pkgver}.tar.gz"
- "0001-fix-install-for-dlls.all.patch"
"0003-versioned-dlls.mingw.patch")
-sha256sums=('8702ba68b442657f11aaeb2b338443ca8d5fb95b0d845757968a7be31ef7f16d'
- '3f3bde353ca3432f157258164c5e3c345af82ca3a9d5a68f815c3030b01cbc32'
- '4d8d0310d24e7ec0a54cf71c06ff85831e37841046e13744e58f53b87e691560')
+sha256sums=('0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a'
+ 'a966dc4aeb9b0b768d4cb411a3bce792c84913b3be403c25efa8f8daa8b13cc8')
prepare() {
cd openjpeg-${pkgver}
sed -i '/add_subdirectory(thirdparty)/d' CMakeLists.txt
- patch -p1 -i "${srcdir}"/0001-fix-install-for-dlls.all.patch
patch -p1 -i "${srcdir}"/0003-versioned-dlls.mingw.patch
}