summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2022-05-09 18:30:11 +0200
committerJulian Xhokaxhiu2022-05-09 18:30:11 +0200
commit0a314ba4e30eec310bb1e2d7e6b1ef3e08112e37 (patch)
tree5dea8a63dfa5119e465f76454c4f7f1c7e58466b
parent323341a2e28fc5918e00b45d643c9eba4dfd0e8f (diff)
downloadaur-0a314ba4e30eec310bb1e2d7e6b1ef3e08112e37.tar.gz
4.2.3-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b414d9319c68..7d3dd445508c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cheat-bin
pkgdesc = cheat allows you to create and view interactive cheatsheets on the command-line
pkgver = 4.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cheat/cheat
arch = i686
arch = x86_64
@@ -19,5 +19,7 @@ pkgbase = cheat-bin
sha256sums_armv6h = 91c16e3c68bdb97aaec7ec0669ab9d6e7025abf175148a32911d1033d9e38f2d
source_armv7h = cheat-bin-4.2.3.gz::https://github.com/cheat/cheat/releases/download/4.2.3/cheat-linux-arm7.gz
sha256sums_armv7h = 4ac2fea19ff1dd063f7fa7e76b5329babeaee8c10756eeeffa8fafecd8c8dabc
+ source_aarch64 = cheat-bin-4.2.3.gz::https://github.com/cheat/cheat/releases/download/4.2.3/cheat-linux-arm64.gz
+ sha256sums_aarch64 = c97f6f861fa9f13c941a0e3f991d3460e13a81c1140e9d4f4ecd66b9275d5eb5
pkgname = cheat-bin
diff --git a/PKGBUILD b/PKGBUILD
index 168c4ca14a09..e91e0cd6a703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cheat-bin
pkgver=4.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="cheat allows you to create and view interactive cheatsheets on the command-line"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
conflicts=('cheat')
@@ -12,6 +12,7 @@ source_x86_64=("$pkgname-$pkgver.gz::https://github.com/cheat/cheat/releases/dow
source_armv5h=("$pkgname-$pkgver.gz::https://github.com/cheat/cheat/releases/download/$pkgver/cheat-linux-arm5.gz")
source_armv6h=("$pkgname-$pkgver.gz::https://github.com/cheat/cheat/releases/download/$pkgver/cheat-linux-arm6.gz")
source_armv7h=("$pkgname-$pkgver.gz::https://github.com/cheat/cheat/releases/download/$pkgver/cheat-linux-arm7.gz")
+source_aarch64=("$pkgname-$pkgver.gz::https://github.com/cheat/cheat/releases/download/$pkgver/cheat-linux-arm64.gz")
url="https://github.com/cheat/cheat"
license=("MIT")
sha256sums_i686=("faca842f1b5b200558f899c2730cadec00a261cdabbb9fad8638f2487bed8059")
@@ -19,6 +20,7 @@ sha256sums_x86_64=("899e7d88d9441b9a32034b0c4b6761157e7977131932a2abc13a382794e7
sha256sums_armv5h=("241e04aefc78b66b2b0f3117de5b7c35e3e7190e49aede836806d7eedac62d07")
sha256sums_armv6h=("91c16e3c68bdb97aaec7ec0669ab9d6e7025abf175148a32911d1033d9e38f2d")
sha256sums_armv7h=("4ac2fea19ff1dd063f7fa7e76b5329babeaee8c10756eeeffa8fafecd8c8dabc")
+sha256sums_aarch64=("c97f6f861fa9f13c941a0e3f991d3460e13a81c1140e9d4f4ecd66b9275d5eb5")
package() {
# Unpack, flag as executable and move to the right directory