summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-12-13 07:33:02 -0700
committerMark Wagie2023-12-13 07:33:02 -0700
commit3dc2feb32b575f199eb4846ab6665511f0f86a5f (patch)
treeecf7c8004a58f419f4b3eaf527a87a7e2ac0d9d6
parente1911d2c5ab41885ec7d0ea5cb91ce2ce56ef6ce (diff)
downloadaur-3dc2feb32b575f199eb4846ab6665511f0f86a5f.tar.gz
4.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318aad1de921..e41c29a384da 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 = 4.4.0
- pkgrel = 5
+ pkgver = 4.4.1
+ pkgrel = 1
url = https://github.com/cheat/cheat
arch = x86_64
arch = arm
@@ -17,10 +17,10 @@ pkgbase = cheat
conflicts = python-cheat
replaces = python-cheat
backup = etc/cheat/conf.yml
- source = cheat-4.4.0.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.0.tar.gz
+ source = cheat-4.4.1.tar.gz::https://github.com/cheat/cheat/archive/refs/tags/4.4.1.tar.gz
source = conf.yml
source = git+https://github.com/cheat/cheatsheets.git#commit=36bdb99dcfadde210503d8c2dcf94b34ee950e1d
- sha256sums = 8694d75896dcb1dfb91ed95ec37f7fe409ad2bde76e66f80b20be24ee92ae3ec
+ sha256sums = cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182
sha256sums = 7eddb96f22a29b0d4dc1d953cdb047342495230ea3c0cb16f78a1d888e79fa8e
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15aa2938735e..29e2a13055ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-Maintainer: Joost Bremmer <contact at madeofmagicandwires dot online>
# Contributor: Bogdan <d0xi at inbox dot ru>
pkgname=cheat
-pkgver=4.4.0
-pkgrel=5
+pkgver=4.4.1
+pkgrel=1
pkgdesc="Allows you to create and view interactive cheatsheets on the command-line"
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/cheat/cheat"
@@ -17,7 +17,7 @@ _commit=36bdb99dcfadde210503d8c2dcf94b34ee950e1d
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz"
'conf.yml'
"git+https://github.com/cheat/cheatsheets.git#commit=$_commit")
-sha256sums=('8694d75896dcb1dfb91ed95ec37f7fe409ad2bde76e66f80b20be24ee92ae3ec'
+sha256sums=('cca7f3d631de38ef1b4f36a5dc76d52d091611d38074ff2522a1a8b36f34a182'
'7eddb96f22a29b0d4dc1d953cdb047342495230ea3c0cb16f78a1d888e79fa8e'
'SKIP')