[arch-commits] Commit in zxing-cpp/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Dec 7 07:25:23 UTC 2018
Date: Friday, December 7, 2018 @ 07:25:22
Author: arojas
Revision: 341215
Update to 1.0.1
Modified:
zxing-cpp/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-12-07 00:09:53 UTC (rev 341214)
+++ PKGBUILD 2018-12-07 07:25:22 UTC (rev 341215)
@@ -2,17 +2,17 @@
# Maintainer: Maxime Arthaud <maxime at arthaud.me>
pkgname=zxing-cpp
-pkgver=1.0.0
-pkgrel=3
+pkgver=1.0.1
+pkgrel=1
pkgdesc="A command-line tool to decode QRCode"
arch=(x86_64)
url="https://github.com/nu-book/zxing-cpp"
license=(Apache)
-depends=(gcc-libs)
+depends=()
makedepends=(cmake)
optdepends=('opencv: support for opencv')
source=($pkgname-$pkgver.tar.gz::"https://github.com/nu-book/zxing-cpp/archive/v$pkgver.tar.gz")
-sha256sums=('cac49af95b4afebce59cfa1b8b23421e5e1debee7d3fbf895394f6b9c0d7bf7e')
+sha256sums=('46c4f99a3021f4fee327d14398462a14c166ba0526e0c3421428068415e594b9')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list