summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Batalha2022-04-05 15:42:49 +0100
committerLuis Batalha2022-04-05 15:42:49 +0100
commitc52eaa7f81ffeb0376527c7afef1e46a0da516cd (patch)
tree9854702ac94907b563e03970627bb6baabf9f072
parent07da9327d824adfccc7c557541b1607f6bc9591c (diff)
downloadaur-c52eaa7f81ffeb0376527c7afef1e46a0da516cd.tar.gz
add runtime libpng dependency for qoibench
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00e3929fb714..9ec86614d4bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qoi-git
pkgdesc = The 'Quite OK Image' format for fast, lossless image compression
pkgver = r192.09d144f
- pkgrel = 1
+ pkgrel = 2
url = https://qoiformat.org/
arch = x86_64
license = MIT
@@ -22,4 +22,5 @@ pkgname = qoiconv-git
pkgname = qoibench-git
pkgdesc = The 'Quite OK Image' format for fast, lossless image compression - Benchmark qoi against various png libraries
+ depends = libpng
provides = qoibench
diff --git a/PKGBUILD b/PKGBUILD
index 93bc9f00dd85..92140380674a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=(qoi-headers-git
)
pkgbase=qoi-git
pkgver=r192.09d144f
-pkgrel=1
+pkgrel=2
pkgdesc="The 'Quite OK Image' format for fast, lossless image compression"
arch=('x86_64')
url='https://qoiformat.org/'
@@ -46,6 +46,7 @@ package_qoiconv-git() {
package_qoibench-git() {
provides=('qoibench')
+ depends=('libpng')
pkgdesc+=" - Benchmark qoi against various png libraries"
install -Dm755 $source_dir/qoibench "$pkgdir"/usr/bin/qoibench
}