Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / afpfs-ng
Commits: 3055a24a by Antonio Rojas at 2024-09-06T20:49:41+02:00 upgpkg: 0.8.2-4: Rebuild for missing .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = afpfs-ng + pkgdesc = A client for the Apple Filing Protocol (AFP) + pkgver = 0.8.2 + pkgrel = 4 + url = http://alexthepuffin.googlepages.com/ + arch = x86_64 + license = GPL + makedepends = git + depends = gmp + depends = fuse + depends = libgcrypt + source = afpfs-ng::git+https://github.com/simonvetter/afpfs-ng.git#commit=e107bd4939d9332e5eb70ab0c09479b7a87d18e2 + sha256sums = SKIP + +pkgname = afpfs-ng ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=afpfs-ng pkgver=0.8.2 _commit=e107bd4939d9332e5eb70ab0c09479b7a87d18e2 -pkgrel=3 +pkgrel=4 pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" license=('GPL') @@ -18,7 +18,7 @@ sha256sums=('SKIP') build() { cd "$pkgname" - CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common + CFLAGS+=' -fcommon -Wno-implicit-function-declaration' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common ./configure --prefix=/usr make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/afpfs-ng/-/commit/3055a24a44cf7c466a3f5d32341d47416dec5ab8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/afpfs-ng/-/commit/3055a24a44cf7c466a3f5d32341d47416dec5ab8 You're receiving this email because of your account on gitlab.archlinux.org.
