summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-06 11:43:40 -0600
committerChristopher Patrick Fair2020-05-06 11:43:40 -0600
commitc0534b8625299178bbb75637fc4ab90a71725992 (patch)
tree554709c204a6f4992ab51389a2779a8cb9e6d5cf
parent7b2ee39db6c70397a5ad03668a260f6d1a94d486 (diff)
downloadaur-c0534b8625299178bbb75637fc4ab90a71725992.tar.gz
Changes to be committed:
modified: 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
}