fukuchi / libqrencode

A fast and compact QR Code encoding library
https://fukuchi.org/works/qrencode/
GNU Lesser General Public License v2.1
2.57k stars 599 forks source link

[Build Failed] Please consider updating autotool scripts. #202

Open TinySnow opened 1 year ago

TinySnow commented 1 year ago

Hello, I'm from ArchRISC-V Team, a community porting Arch Linux software to RISC-V architecture.

Description

(This link is the log about building processing our lord maintained.)

Advice


--- PKGBUILD
+++ PKGBUILD
@@ -13,6 +13,14 @@ license=('GPL')
 source=(https://fukuchi.org/works/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
 sha256sums=('e455d9732f8041cf5b9c388e345a641fd15707860f928e94507b1961256a6923')

+prepare() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  autoreconf -fiv
+
+  autoupdate
+}
+
 build() {
   cd "${srcdir}/$pkgname-$pkgver"

Sincerely thanks. :)

Arch Linux RISC-V Team,

TinySnow