summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimdubbins2023-08-08 13:53:02 +0100
committertimdubbins2023-08-08 13:53:02 +0100
commit2ba91354ca92e4f0fa6f7311c3c7cc3b1e62c17e (patch)
tree41bd264cb2aee1d4d9d1f20eaab9e11aa0e4b04e /PKGBUILD
parent67aa111829b87230dc2102c3cb5fe7844251af72 (diff)
downloadaur-2ba91354ca92e4f0fa6f7311c3c7cc3b1e62c17e.tar.gz
typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c4f6ea97799..aa157700a724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
pkgver=0.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="An fuzzy-finding audio player for the terminal, written in rust"
arch=('x86_64')
url="https://github.com/timdubbins/tap"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/timdubbins/$pkgname/archive/v$pkgver.tar.gz")
-sh256sums=('7f99566e1fdf0fc12271b0316f8c32c8e90bf49209c622db258fd1ab30799dec')
+sha256sums=('7f99566e1fdf0fc12271b0316f8c32c8e90bf49209c622db258fd1ab30799dec')
prepare() {
cd "$pkgname-$pkgver"