summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Batalha2021-11-28 15:06:04 +0000
committerLuis Batalha2021-11-28 15:06:04 +0000
commitf2f1711f454b92dae33306b6007b6d62b0ef18d5 (patch)
treedfeb3b93e543a11252a57410962f9ce4b80da9de
parent75fff63ee9397d0fc6f1bf1eb0b69561de991ef5 (diff)
downloadaur-f2f1711f454b92dae33306b6007b6d62b0ef18d5.tar.gz
update to r21.f0a38c1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6875609d0f7..759509d4b8bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qoi-git
pkgdesc = The 'Quite OK Image' format for fast, lossless image compression
- pkgver = r7.30f8a39
+ pkgver = r21.f0a38c1
pkgrel = 1
url = https://phoboslab.org/log/2021/11/qoi-fast-lossless-image-compression
arch = x86_64
@@ -8,15 +8,18 @@ pkgbase = qoi-git
makedepends = git
makedepends = gcc-libs
makedepends = stb
- source = qoi::git+https://github.com/phoboslab/qoi.git#commit=30f8a39ec8ca609d33d401d0b6d94290f3bc05a6
+ source = qoi::git+https://github.com/phoboslab/qoi.git#commit=f0a38c19e5d0fe6e5bf0fdd783aa805520586eae
sha256sums = SKIP
pkgname = qoi-headers-git
+ pkgdesc = The 'Quite OK Image' format for fast, lossless image compression - headers
provides = qoi-headers
pkgname = qoiconv-git
+ pkgdesc = The 'Quite OK Image' format for fast, lossless image compression - PNG<>QOI conversion utility
provides = qoiconv
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 d99d17fa67a9..35d68467a65a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Luis Batalha <lfrb25 at gmail dot com>
-commit_hash=30f8a39ec8ca609d33d401d0b6d94290f3bc05a6
+commit_hash=f0a38c19e5d0fe6e5bf0fdd783aa805520586eae
source_dir='qoi'
pkgname=(qoi-headers-git
@@ -8,7 +8,7 @@ pkgname=(qoi-headers-git
qoibench-git
)
pkgbase=qoi-git
-pkgver=r7.30f8a39
+pkgver=r21.f0a38c1
pkgrel=1
pkgdesc="The 'Quite OK Image' format for fast, lossless image compression"
arch=('x86_64')
@@ -40,15 +40,18 @@ build() {
package_qoi-headers-git() {
provides=('qoi-headers')
+ pkgdesc+=" - headers"
install -Dm644 $source_dir/qoi.h $pkgdir/usr/include/qoi.h
}
package_qoiconv-git() {
provides=('qoiconv')
+ pkgdesc+=" - PNG<>QOI conversion utility"
install -Dm755 $source_dir/qoiconv "$pkgdir"/usr/bin/qoiconv
}
package_qoibench-git() {
provides=('qoibench')
+ pkgdesc+=" - Benchmark qoi against various png libraries"
depends=('libpng')
install -Dm755 $source_dir/qoibench "$pkgdir"/usr/bin/qoibench
}