~alpine/aports

testing/zxing-cpp: upgrade to 1.0.6 v1 APPLIED

Bart Ribbers: 1
 testing/zxing-cpp: upgrade to 1.0.6

 1 files changed, 5 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3058/mbox | git am -3
Learn more about email & git

[PATCH] testing/zxing-cpp: upgrade to 1.0.6 Export this patch

---
 testing/zxing-cpp/APKBUILD | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/testing/zxing-cpp/APKBUILD b/testing/zxing-cpp/APKBUILD
index 61ad3c71eb..79f78b7d45 100644
--- a/testing/zxing-cpp/APKBUILD
+++ b/testing/zxing-cpp/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=zxing-cpp
pkgver=1.0.5
pkgver=1.0.6
pkgrel=0
arch="all"
url="https://github.com/nu-book/zxing-cpp"
pkgdesc="C++ port of ZXing "
pkgdesc="C++ port of ZXing"
license="Apache-2.0"
makedepends="cmake"
source="$pkgname-$pkgver.tar.gz::https://github.com/nu-book/$pkgname/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/nu-book/zxing-cpp/archive/v$pkgver.tar.gz"
subpackages="$pkgname-dev"
options="!check" # No tests

build() {
	cmake \
@@ -28,4 +29,4 @@ package() {
	DESTDIR="$pkgdir" make install
}

sha512sums="7d50e3a597aa123ba9a71211b6096e03de71ccd15d408d08dba214df64de14d462f8d7e8a1dd094d59b8438a61f5c5c436c4d0549039c630270d509812967f65  zxing-cpp-1.0.5.tar.gz"
sha512sums="fa773ba7dfca6325419118221cfe555810e793dbffe5cae1c62056479fdd6d6a60c81fb88e3bc3bb71bc369b6899a8db64f4b18eb7f4d13b8ea4cdd2d51fa9c6  zxing-cpp-1.0.6.tar.gz"
-- 
2.21.0