summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-04-21 07:10:34 -0600
committerMark Wagie2020-04-21 07:10:34 -0600
commit6bd6b7c48c8701498a3eac89752d14a8e531ebce (patch)
tree161c632b4b0a2afc31ed352b1ad910fefb7c2003
parenta870f06e628fd2906ab11a5aba4e9b4bdca26b3a (diff)
downloadaur-6bd6b7c48c8701498a3eac89752d14a8e531ebce.tar.gz
fix typo, add cheatsheets license source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e3d1580a96b..0e3090f1bf1e 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 = 3.9.0.r0.gc4dd3b5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cheat/cheat
arch = arm
arch = armv6h
@@ -18,13 +18,15 @@ pkgbase = cheat-git
conflicts = cheat
conflicts = cheat-bash-git
conflicts = python-cheat
- backup = etc/cheat-git/conf.yml
+ backup = etc/cheat/conf.yml
source = git+https://github.com/cheat/cheat.git
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
+ source = https://raw.githubusercontent.com/cheat/cheatsheets/master/.github/LICENSE.txt
sha256sums = SKIP
sha256sums = efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212
sha256sums = SKIP
+ sha256sums = a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499
pkgname = cheat-git
diff --git a/PKGBUILD b/PKGBUILD
index fba1c99593e7..f18845c94d6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Quan Guo <guotsuan@gmail.com>
pkgname=cheat-git
pkgver=3.9.0.r0.gc4dd3b5
-pkgrel=2
+pkgrel=3
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('arm' 'armv6h' 'armv7h' 'x86_64')
url="https://github.com/cheat/cheat"
@@ -14,13 +14,15 @@ optdepends=('fzf: for Fuzzy Finder integration'
'bash-completion: for bash completions')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}" "${pkgname%-git}-bash-git" "python-${pkgname%-git}")
-backup=("etc/$pkgname/conf.yml")
+backup=("etc/${pkgname%-git}/conf.yml")
source=('git+https://github.com/cheat/cheat.git'
'conf.yml'
- 'git+https://github.com/cheat/cheatsheets.git')
+ 'git+https://github.com/cheat/cheatsheets.git'
+ "https://raw.githubusercontent.com/${pkgname%-git}/cheatsheets/master/.github/LICENSE.txt")
sha256sums=('SKIP'
'efffbe20041efc3d49ffe596ab5abe60a10adf70219c2ddecdf1caf350972212'
- 'SKIP')
+ 'SKIP'
+ 'a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499')
pkgver() {
cd "$srcdir/${pkgname%-git}"