diff --git a/PKGBUILD b/PKGBUILD index d93c1615a..1f1ee6125 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Eric Long pkgname=atuin -pkgver=18.10.0 -pkgrel=2 +pkgver=18.12.1 +pkgrel=1 pkgdesc="Magical shell history" arch=(x86_64 aarch64 riscv64 loongarch64) url="https://atuin.sh" @@ -11,7 +11,7 @@ depends=(musl llvm-libs sqlite) makedepends=(rust) optdepends=('blesh: bash integration') source=("https://github.com/atuinsh/atuin/archive/v$pkgver/atuin-$pkgver.tar.gz") -sha256sums=('02228929976142f63b4464a35b8b29b29155e1814cf03e99c95381954c5d9e37') +sha256sums=('8643a7df1e366e9ad3134514b9bcaf4d6440accb13c64340ec9ec1923d58eb6e') prepare() { cd $pkgname-$pkgver