summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortimdubbins2023-07-17 16:30:57 +0100
committertimdubbins2023-07-17 16:30:57 +0100
commitf06c1c94e04b0fdfabe742d112e0269d8efc8ac7 (patch)
tree0a1bfc91ff407971e69f0c518d59931a3c597c81 /PKGBUILD
parent4947ff23932d65be9515bf5487bc248201662740 (diff)
downloadaur-f06c1c94e04b0fdfabe742d112e0269d8efc8ac7.tar.gz
update sha and rel number
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90c1829654da..8d5046d93df8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="An audio player for the terminal, written in rust"
arch=('x86_64')
url="https://github.com/timdubbins/tap"
license=('MIT')
depends=('gcc-libs')
makedepends=('cargo')
-optdepends=('fzf: fuzzy searching' 'fd: faster find' 'skim: fzf alternative')
+optdepends=('fzf: fuzzy searching' 'skim: fzf alternative')
source=("$pkgname-$pkgver.tar.gz::https://github.com/timdubbins/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('f1bd2e5b50f2c47d219f88c16f480b697e695e82a1a878d82e732611b736cc7f')
+sha256sums=('caee5a1a3aae68ca49ee6ef53ec00d5838681607fa3a2866c7dedaa05628c59e')
prepare() {
cd "$pkgname-$pkgver"