summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5194d330f98..9267ad4c2189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tap
pkgdesc = An audio player for the terminal with fuzzy-finder
pkgver = 0.4.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/timdubbins/tap
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
source = tap-0.4.5.tar.gz::https://github.com/timdubbins/tap/archive/v0.4.5.tar.gz
- sha256sums = 70118c8dd441e2d95d2dc03dae79b0c69af60ddb33bfc789798444a35b22aaca
+ sha256sums = 797abd668377edb876fbc270c2e7776d0d1c23393244c43dee7d0556152f62e8
pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index 6a41312f03b6..c377eaad3d09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
pkgver=0.4.5
-pkgrel=2
+pkgrel=3
pkgdesc="An audio player for the terminal with fuzzy-finder"
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=('70118c8dd441e2d95d2dc03dae79b0c69af60ddb33bfc789798444a35b22aaca')
+sha256sums=('797abd668377edb876fbc270c2e7776d0d1c23393244c43dee7d0556152f62e8')
prepare() {