summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a4400d599da..9597682769f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ build() {
export GOPATH="$srcdir"/gopath
cd "$srcdir/$pkgname-v$pkgver"
go get github.com/mmcdole/gofeed
+ go get github.com/araddon/dateparse
go build
}