summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimdubbins2023-07-17 16:30:57 +0100
committertimdubbins2023-07-17 16:30:57 +0100
commitf06c1c94e04b0fdfabe742d112e0269d8efc8ac7 (patch)
tree0a1bfc91ff407971e69f0c518d59931a3c597c81
parent4947ff23932d65be9515bf5487bc248201662740 (diff)
downloadaur-f06c1c94e04b0fdfabe742d112e0269d8efc8ac7.tar.gz
update sha and rel number
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c40fe8c2286..c7507a639dcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = tap
pkgdesc = An audio player for the terminal, written in rust
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/timdubbins/tap
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
optdepends = fzf: fuzzy searching
- optdepends = fd: faster find
optdepends = skim: fzf alternative
source = tap-0.3.0.tar.gz::https://github.com/timdubbins/tap/archive/v0.3.0.tar.gz
- sha256sums = f1bd2e5b50f2c47d219f88c16f480b697e695e82a1a878d82e732611b736cc7f
+ sha256sums = caee5a1a3aae68ca49ee6ef53ec00d5838681607fa3a2866c7dedaa05628c59e
pkgname = tap
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"