diff --git a/qrencode/.footprint b/qrencode/.footprint index a46066228..ef60fba80 100644 --- a/qrencode/.footprint +++ b/qrencode/.footprint @@ -5,9 +5,9 @@ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/qrencode.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libqrencode.la -lrwxrwxrwx root/root usr/lib/libqrencode.so -> libqrencode.so.4.1.0 -lrwxrwxrwx root/root usr/lib/libqrencode.so.4 -> libqrencode.so.4.1.0 --rwxr-xr-x root/root usr/lib/libqrencode.so.4.1.0 +lrwxrwxrwx root/root usr/lib/libqrencode.so -> libqrencode.so.4.1.1 +lrwxrwxrwx root/root usr/lib/libqrencode.so.4 -> libqrencode.so.4.1.1 +-rwxr-xr-x root/root usr/lib/libqrencode.so.4.1.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libqrencode.pc drwxr-xr-x root/root usr/share/ diff --git a/qrencode/.signature b/qrencode/.signature index b0c12ee6f..dcbcadd57 100644 --- a/qrencode/.signature +++ b/qrencode/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35gVqYwuo3PWXSa9qq7GWTMk1skiGjR78Tl/VEsS633i8jLH2oRDs/feFzuWXc8tBRXIlU0hOBWSJ+7uRCFNIAI= -SHA256 (Pkgfile) = ad8bd896c5a4bea350c6e2ac499319cb1570eab595a93183e963c266af275983 -SHA256 (.footprint) = 66ed5ac7a47629730ce3400a60bf4b5511a474b8c77cfe56d5888b8014f9ff21 -SHA256 (qrencode-4.1.0.tar.bz2) = ac7eff020d94be016d5b93bc6567f10a4a4692dcced901a384300f589a6cad0a +RWSagIOpLGJF38cVEP/OudrQiLqCZVa/sgxAbUtabpcuofqCEX9USIvfZN/sbQrqPa/ZWRewd+mRD73F4hukVh3JZLkmMgEVbgg= +SHA256 (Pkgfile) = f5e324e541ef15a18292116585d220e41b263564bf8d777bf2ca4b2e83cc91fd +SHA256 (.footprint) = 29a08c6fda955d48ce69fc20ec6af1bda3ba9b2e5b20eb4baa4bd3cea061094d +SHA256 (qrencode-4.1.1.tar.bz2) = e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923 diff --git a/qrencode/Pkgfile b/qrencode/Pkgfile index 7542fc4ff..88107cd7a 100644 --- a/qrencode/Pkgfile +++ b/qrencode/Pkgfile @@ -1,15 +1,14 @@ -# Description: C library for encoding data in a QR Code symbol. -# URL: https://fukuchi.org/works/qrencode/ +# Description: C library for encoding data in a QR Code symbol +# URL: https://fukuchi.org/works/qrencode # Maintainer: Tim Biermann, tbier at posteo dot de # Packager: Torsten Henschel, thenschel at henschelsoft dot de # Depends: libpng name=qrencode -version=4.1.0 +version=4.1.1 release=1 source=(https://fukuchi.org/works/$name/$name-$version.tar.bz2) - build() { cd $name-$version ./configure \