summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-27 16:18:20 -0600
committerMark Wagie2020-07-27 16:18:20 -0600
commit56ebeceaee3f0a000ad0a49b87482f9161c41e7d (patch)
tree53333cd4f7fb132aab2883f9ffd026ffa7e84419
parent06f89b3c72db26dbe95d87c1953468f0da5ffd07 (diff)
downloadaur-56ebeceaee3f0a000ad0a49b87482f9161c41e7d.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 69409da716ee..aab315fad2cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
pkgver = 4.0.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cheat/cheat
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9ca6e855a0e4..b6e7674ccd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.0.2
-pkgrel=3
+pkgrel=4
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"
@@ -36,6 +36,9 @@ build() {
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
make
+
+ # Clean mod cache for makepkg -C
+ go clean -modcache
}
package() {