upgpkg: yay 10.2.0-1

upstream release

update build flags to match arch wiki recommendations
This commit is contained in:
jguer 2021-03-20 18:51:42 +01:00
parent ffe46319a7
commit 2f0b13c02c

View File

@ -28,8 +28,7 @@ build() {
export CGO_ENABLED=1
cd "$srcdir/$pkgname-$pkgver"
LDFLAGS="-extldflags \"${LDFLAGS}\"" \
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" build
make VERSION=$pkgver DESTDIR="$pkgdir" PREFIX="/usr" build
}
package() {