diff options
author | iff | 2025-01-18 12:03:05 +0100 |
---|---|---|
committer | iff | 2025-01-18 12:13:36 +0100 |
commit | b8645046521ceba2d4808ea485c772e03cd35e03 (patch) | |
tree | b9b0b7a3be7ea7b849975f8970f566f8186f950f | |
parent | a5b92d52bbee474deec4a050d1942ee765ad71b3 (diff) | |
download | aur-b8645046521ceba2d4808ea485c772e03cd35e03.tar.gz |
v0.6.11
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = pay-respects pkgdesc = Command suggestions, command-not-found and thefuck replacement written in Rust (All modules) - pkgver = 0.6.10 + pkgver = 0.6.11 pkgrel = 1 url = https://github.com/iffse/pay-respects install = pay-respects.install @@ -15,7 +15,7 @@ pkgbase = pay-respects makedepends = pkg-config optdepends = curl: AI requests provides = pay-respects - source = pay-respects::git+https://github.com/iffse/pay-respects#tag=v0.6.10 - sha1sums = a20366cfd4ee9dcba9496ceec293d04fedb34c07 + source = pay-respects::git+https://github.com/iffse/pay-respects#tag=v0.6.11 + sha1sums = 50489080297bf9c961a558b07ed28a1f012be727 pkgname = pay-respects @@ -1,6 +1,6 @@ # Maintainer: iff <iff@ik.me> pkgname="pay-respects" -pkgver=0.6.10 +pkgver=0.6.11 pkgrel=1 pkgdesc="Command suggestions, command-not-found and thefuck replacement written in Rust (All modules)" arch=('x86_64' 'aarch64' 'armv7h' 'i686') @@ -14,7 +14,7 @@ optdepends=( ) source=($pkgname::git+https://github.com/iffse/pay-respects#tag=v$pkgver) -sha1sums=('a20366cfd4ee9dcba9496ceec293d04fedb34c07') +sha1sums=('50489080297bf9c961a558b07ed28a1f012be727') prepare() { cd "$pkgname" |