summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-11 08:39:32 -0600
committerMark Wagie2020-07-11 08:39:32 -0600
commit1ac8c2c0647c21cf07cacc4ca10d05403aca374b (patch)
tree13d8ca13d2d37a5d65bec713f5b83f15d4d1a344
parent88786bde1453ffc5421e9d44b1ce76a6ce4f9f93 (diff)
downloadaur-1ac8c2c0647c21cf07cacc4ca10d05403aca374b.tar.gz
updated to 4.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29a9f5d5cae5..0ae68afccbfc 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.1
- pkgrel = 2
+ pkgver = 4.0.2
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = any
license = MIT
@@ -15,11 +15,11 @@ pkgbase = cheat
conflicts = cheat-bash-git
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.0.1.tar.gz::https://github.com/cheat/cheat/archive/4.0.1.tar.gz
+ source = cheat-4.0.2.tar.gz::https://github.com/cheat/cheat/archive/4.0.2.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
- sha256sums = 98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494
+ sha256sums = 87c832b25794d7acac2fa4bd3389c81819535f32242d5e99284da76a1a86f1f3
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
diff --git a/PKGBUILD b/PKGBUILD
index 4af17020e7ad..5411f8566acd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=4.0.1
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('any')
url="https://github.com/cheat/cheat"
@@ -18,19 +18,11 @@ source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
"git+https://github.com/cheat/cheatsheets.git"
"https://raw.githubusercontent.com/$pkgname/cheatsheets/master/.github/LICENSE.txt")
-sha256sums=('98242fa3efd4b5fd57d6ad7e69a2570e7defacb580e30ae274deec3e1939f494'
+sha256sums=('87c832b25794d7acac2fa4bd3389c81819535f32242d5e99284da76a1a86f1f3'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')
-prepare() {
-
- # Add /etc/cheat/ to config file path
- cd "$pkgname-$pkgver"
- sed -i '43 i\
- path.Join("/etc/cheat/conf.yml"),' internal/config/paths.go
-}
-
build() {
export GOPATH="$srcdir"/gopath
cd "$pkgname-$pkgver"