summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimdubbins2023-08-08 13:56:07 +0100
committertimdubbins2023-08-08 13:56:07 +0100
commitf9da129437c75f26914d50c5d688aea90a9bc519 (patch)
tree3c15fc5a3dd426f5611b09920c3af0e9c8175bae
parent2ba91354ca92e4f0fa6f7311c3c7cc3b1e62c17e (diff)
downloadaur-f9da129437c75f26914d50c5d688aea90a9bc519.tar.gz
update sha
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a5a14345f9a..24d628122b5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tap
pkgdesc = An fuzzy-finding audio player for the terminal, written in rust
pkgver = 0.4.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/timdubbins/tap
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
source = tap-0.4.1.tar.gz::https://github.com/timdubbins/tap/archive/v0.4.1.tar.gz
- sha256sums = 7f99566e1fdf0fc12271b0316f8c32c8e90bf49209c622db258fd1ab30799dec
+ sha256sums = 85912ed01da2e68e60d8a0e6a6ffe9737bfe2f6ad7096f163bccf2d474839b82
pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index aa157700a724..745936bd382a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
pkgver=0.4.1
-pkgrel=5
+pkgrel=6
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")
-sha256sums=('7f99566e1fdf0fc12271b0316f8c32c8e90bf49209c622db258fd1ab30799dec')
+sha256sums=('85912ed01da2e68e60d8a0e6a6ffe9737bfe2f6ad7096f163bccf2d474839b82')
prepare() {
cd "$pkgname-$pkgver"