summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquest2023-09-23 15:15:42 -1000
committerquest2023-09-23 15:15:42 -1000
commitb5ef03bf76be5de93be8d371ef9f305f4329bfba (patch)
treef022ba70ddcd49d389e938179405669756da12c1 /PKGBUILD
parent14e2ffb873325b502cd7237bc17ac359854f11b1 (diff)
downloadaur-s.tar.gz
Fix cleanup issue
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f342730b4fe8..4ee7e225ba85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=s
pkgver=0.6.9
-pkgrel=1
+pkgrel=2
pkgdesc="Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow."
arch=('i686' 'x86_64')
url="http://github.com/zquestz/s"
@@ -22,6 +22,8 @@ build() {
cd "$GOPATH/src/github.com/zquestz/s"
go build .
+
+ go clean -modcache
}
package() {