summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-15 09:47:43 -0600
committerMark Wagie2020-05-15 09:47:43 -0600
commit05212e87735b55d6ce786236499478140f491ffc (patch)
tree7eaa6217cb3458767dce6e4208a83a6f72141c7e
parent0fc60180971d9086b98a73f84daddab4ba53e9a4 (diff)
downloadaur-05212e87735b55d6ce786236499478140f491ffc.tar.gz
all arch now supported
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e3090f1bf1e..99b05731086b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,9 @@
pkgbase = cheat-git
pkgdesc = Allows you to create and view interactive cheatsheets on the command-line
- pkgver = 3.9.0.r0.gc4dd3b5
- pkgrel = 3
+ pkgver = 3.10.1.r0.g8e602b0
+ pkgrel = 1
url = https://github.com/cheat/cheat
- arch = arm
- arch = armv6h
- arch = armv7h
- arch = x86_64
+ arch = any
license = MIT
license = CC0 1.0 Universal
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 4351a51fc9cc..282048c17825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor: Bogdan <d0xi at inbox dot ru>
# Contributor: Quan Guo <guotsuan@gmail.com>
pkgname=cheat-git
-pkgver=3.9.0.r0.gc4dd3b5
-pkgrel=3
+pkgver=3.10.1.r0.g8e602b0
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
-arch=('arm' 'armv6h' 'armv7h' 'x86_64')
+arch=('any')
url="https://github.com/cheat/cheat"
license=('MIT' 'CC0 1.0 Universal')
makedepends=('git' 'go-pie' 'pandoc')