summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-02-01 08:38:01 -0700
committerJoost Bremmer2020-04-10 01:36:33 +0200
commita7f7be7e71ced3b257b30d768a5760748848c59a (patch)
tree5290dab7bea4d1ea0e8e927e50df68ebf2fadef3
parent65277bc9f1e6ae70f5e342ae46fb3c2e0c2180c2 (diff)
downloadaur-a7f7be7e71ced3b257b30d768a5760748848c59a.tar.gz
upgpkg: cheat 3.4.1-2
added backup array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13132534282..c0876a27900e 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 = 3.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cheat/cheat
arch = arm
arch = armv6h
@@ -18,6 +18,7 @@ pkgbase = cheat
conflicts = cheat-bash-git
conflicts = cheat-git
replaces = python-cheat
+ backup = etc/cheat/conf.yml
source = cheat-3.4.1.tar.gz::https://github.com/cheat/cheat/archive/3.4.1.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git
diff --git a/PKGBUILD b/PKGBUILD
index 5b9dfdf58e59..c9d7e229de1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
pkgver=3.4.1
-pkgrel=1
+pkgrel=2
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,6 +14,7 @@ optdepends=('fzf: for Fuzzy Finder integration'
'fish: for fish completions')
conflicts=('python-cheat' 'cheat-bash-git' 'cheat-git')
replaces=('python-cheat')
+backup=('etc/cheat/conf.yml')
source=("$pkgname-$pkgver.tar.gz::https://github.com/cheat/cheat/archive/$pkgver.tar.gz"
'conf.yml'
'git+https://github.com/cheat/cheatsheets.git'