summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClar Fon2018-11-10 22:56:28 -0500
committerClar Fon2018-11-10 22:56:33 -0500
commitec35e3f7c997a9803656080b1da28199f7fd2a14 (patch)
treef06246bd4264b5f14d743dabdc011b48fdabf75e /PKGBUILD
parent3b19e28038304cfa7257e513e81255add1b1d6b3 (diff)
downloadaur-ec35e3f7c997a9803656080b1da28199f7fd2a14.tar.gz
Fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 41ebf23f47cc..0d107444e4a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=miniflux
pkgver=2.0.12
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalist Feed Reader'
arch=('x86_64')
url='https://miniflux.app'
@@ -31,7 +31,6 @@ prepare() {
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- GOPATH="${srcdir}" go get github.com/tdewolff/minify
GOPATH="${srcdir}" PATH="${PATH}:${GOPATH}/bin/" make linux-amd64
}