Date: Thursday, November 5, 2020 @ 10:41:40 Author: arodseth Revision: 743069
upgpkg: amfora 1.6.0-1 Modified: amfora/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 10:28:40 UTC (rev 743068) +++ PKGBUILD 2020-11-05 10:41:40 UTC (rev 743069) @@ -2,14 +2,14 @@ # Contributor: Paul Boyd <[email protected]> pkgname=amfora -pkgver=1.5.0 -pkgrel=3 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Terminal browser for the Gemini protocol' arch=(x86_64) url='https://github.com/makeworld-the-better-one/amfora' license=(GPL3) makedepends=(git go) -source=("git+$url#commit=922e7981a92cb7bf0d7b3baf1694d0fffe90d448" # tag: v1.5.0 +source=("git+$url#commit=445be96e467a959aff6dc8aaf75ca8751ce6f2d7" # tag: v1.6.0 'https://roboticoverlords.org/amfora.png') sha256sums=('SKIP' '3d029d05cff8c42e82685ce7a61fcaa2118e4cbb6a547816a7d5150868a11092') @@ -20,17 +20,12 @@ build() { cd $pkgname - #export CGO_CPPFLAGS="$CPPFLAGS" - #export CGO_CFLAGS="$CFLAGS" - #export CGO_CXXFLAGS="$CXXFLAGS" - #export CGO_LDFLAGS="$LDFLAGS" go build \ -buildmode=pie \ -ldflags "-s -w -linkmode=external -extldflags $LDFLAGS -X main.version=$pkgver -X main.builtBy=Arch_Linux -X main.commit=${source#*=}" \ -mod=readonly \ -modcacherw \ - -trimpath \ - -v + -trimpath } package() {
