summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquest2023-09-23 15:15:42 -1000
committerquest2023-09-23 15:15:42 -1000
commitb5ef03bf76be5de93be8d371ef9f305f4329bfba (patch)
treef022ba70ddcd49d389e938179405669756da12c1
parent14e2ffb873325b502cd7237bc17ac359854f11b1 (diff)
downloadaur-s.tar.gz
Fix cleanup issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69f850081012..d6834379a682 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = s
pkgdesc = Web search from the terminal. Supports over 50 providers including google, github, and stackoverflow.
pkgver = 0.6.9
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/zquestz/s
arch = i686
arch = x86_64
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() {