summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-27 16:19:58 -0600
committerMark Wagie2020-07-27 16:19:58 -0600
commit90e76480f7a05f8ed5b1eb92bbdf09876c4d0977 (patch)
tree64359258cbe62e9d00cca51cb71241de81ae6672
parent9bfec905fc466c626527712548f9d640af23c5a2 (diff)
downloadaur-90e76480f7a05f8ed5b1eb92bbdf09876c4d0977.tar.gz
left something out by accident
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9b0846136be..0283afdf898e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat-git
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
pkgver = 4.0.2.r0.gad7ad64
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheat/cheat
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4eef33cc3c2e..a044fd1284a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Quan Guo <guotsuan@gmail.com>
pkgname=cheat-git
pkgver=4.0.2.r0.gad7ad64
-pkgrel=2
+pkgrel=3
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/cheat/cheat"
@@ -42,6 +42,9 @@ build() {
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
make
+
+ # Clean mod cache for makepkg -C
+ go clean -modcache
}
package() {