summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')