Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Yao Zi <ziyao@disroot.org>

pkgname=openjph
pkgver=0.25.2
pkgver=0.26.3
pkgrel=1
pkgdesc='Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K)'
url='https://github.com/aous72/OpenJPH'
Expand All @@ -14,7 +14,7 @@ provides=(libopenjph.so)
# https://github.com/aous72/OpenJPH/pull/229
source=("https://github.com/aous72/OpenJPH/archive/refs/tags/$pkgver.tar.gz"
0001-apps-ojph_sockets-Detect-__GLIBC__-before-using-GNU-.patch)
sha256sums=('ae5f09562cb811cb2fb881c5eb74583e18db941848cfa3c35787e2580f3defc6'
sha256sums=('29de006da7f1e8cf0cd7c3ec424cf29103e465052c00b5a5f0ccb7e1f917bb3f'
'6cafd659ca5b73cf32004631f5678671c7ede59fb786d04e804064ce404751f5')

prepare() {
Expand Down