summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-05-07 04:36:17 +0200
committerMarcell Meszaros2022-05-07 04:37:06 +0200
commit6bc5b0e5546d62ba7cc20fc1306b9c4170fa8b4f (patch)
tree5cb7528529c5181ca2048c8272a6143cd3904c6e
parentd68e10040e984ffe7744838f9c99cf3e52336433 (diff)
downloadaur-jasper-git.tar.gz
remove dependency on SO name
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4c5d5463b71..75c04e3462c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jasper-git
pkgdesc = Implementation of the JPEG-2000 Part-1 standard codec (git version)
pkgver = 3.0.3.r6.g411571c
- pkgrel = 1
+ pkgrel = 2
url = https://www.ece.uvic.ca/~mdadams/jasper/
arch = x86_64
license = custom:JasPer2.0
@@ -34,7 +34,6 @@ pkgbase = jasper-git
pkgname = jasper-git
depends = glibc
depends = libjpeg
- depends = libjpeg.so
depends = libheif
optdepends = jasper-doc-git: documentation
optdepends = freeglut: jiv support
diff --git a/PKGBUILD b/PKGBUILD
index 576d369b22db..541a455103ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=jasper-git
pkgname=('jasper-git' 'jasper-doc-git')
pkgver=3.0.3.r6.g411571c
-pkgrel=1
+pkgrel=2
pkgdesc='Implementation of the JPEG-2000 Part-1 standard codec (git version)'
url='https://www.ece.uvic.ca/~mdadams/jasper/'
arch=('x86_64')
@@ -83,7 +83,7 @@ check() {
}
package_jasper-git() {
- depends=('glibc' 'libjpeg' 'libjpeg.so' 'libheif')
+ depends=('glibc' 'libjpeg' 'libheif')
optdepends=('jasper-doc-git: documentation'
'freeglut: jiv support'
'glu: jiv support')