summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-09 10:52:14 -0600
committerMark Wagie2020-09-09 10:52:14 -0600
commit3ad78eb19a379efd2d52ae6bc243b06d99bd60ca (patch)
tree8b94397890532b0b20c2ecce4e538aab867b0cca
parent5e4766111f6a194c21afd7cf28d74718379fa33a (diff)
downloadaur-3ad78eb19a379efd2d52ae6bc243b06d99bd60ca.tar.gz
fix license checksums, revert using static commit for cheatsheets
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc97f7f5d6a0..8c40a5a919ba 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.1.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheat/cheat
arch = i686
arch = x86_64
@@ -21,12 +21,12 @@ pkgbase = cheat
backup = etc/cheat/conf.yml
source = cheat-4.1.0.tar.gz::https://github.com/cheat/cheat/archive/4.1.0.tar.gz
source = conf.yml
- source = git+https://github.com/cheat/cheatsheets.git#commit=92db692c0fd6348793ee0641cb63d08977be90fd
+ source = git+https://github.com/cheat/cheatsheets.git
source = https://github.com/cheat/cheat/raw/4.1.0/LICENSE.txt
sha256sums = b392c3a77eda61f4b1f0991cb30c6202f74472713293e73f645fb697665ca72c
sha256sums = a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5
sha256sums = SKIP
- sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
+ sha256sums = 5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3
pkgname = cheat
diff --git a/PKGBUILD b/PKGBUILD
index 261ba09129a1..b5480ed79b6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=4.1.0
-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"
@@ -17,12 +17,12 @@ backup=("etc/$pkgname/conf.yml")
_commit='92db692c0fd6348793ee0641cb63d08977be90fd'
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz"
'conf.yml'
- "git+https://github.com/cheat/cheatsheets.git#commit=$_commit"
+ 'git+https://github.com/cheat/cheatsheets.git'
"https://github.com/cheat/cheat/raw/$pkgver/LICENSE.txt")
sha256sums=('b392c3a77eda61f4b1f0991cb30c6202f74472713293e73f645fb697665ca72c'
'a0aa691a318219d048107b835fe0e8cddfa734618fc5ccbb800b5bb463e00ea5'
'SKIP'
- 'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')
+ '5eaa85b8023f915629de53c3604015ab5b23bed404afa9e551ab44e0bc46dde3')
prepare() {
export GOPATH="$srcdir/gopath"