summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTD-Sky2024-03-24 15:14:50 +0800
committerTD-Sky2024-03-24 15:14:50 +0800
commitcdd8079a6eeb7dea5d835d1836715f039ec205b9 (patch)
treed4ba4487994d4abb471fe4b18fc92e6516222e3a /PKGBUILD
parentb0d8b0939dfb93930ce211e8b3bc628cbe5e0767 (diff)
downloadaur-cdd8079a6eeb7dea5d835d1836715f039ec205b9.tar.gz
0.5.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44d1eec74ef8..56ae8dda4089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/TD-Sky/PKGBUILDs
pkgname=conceal
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Command line recycle bin"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('fzf')
optdepends=('skim: supports skim as finder')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('8b5079f007e799b635cb2654ed534d983fc8c0e83cad4387d6e2ac991d236fd4')
+sha256sums=('ae5717aa3f56303163ffac4e33ba7f884fc863cc55e2cbbf974026f8f94948d3')
prepare() {
cd "$pkgname-$pkgver"