summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortimdubbins2023-09-26 17:28:16 +0100
committertimdubbins2023-09-26 17:28:16 +0100
commit8ff6971ddef27962b636ccdd00c95accf563589c (patch)
tree90404b85b77ff9583e77634275c60b93c4ea597f
parent3abd43fd3d7824fb9383f20ec67bf067a44aecb3 (diff)
downloadaur-8ff6971ddef27962b636ccdd00c95accf563589c.tar.gz
bump to v0.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9267ad4c2189..85127227b592 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 = 3
+ pkgver = 0.4.6
+ pkgrel = 1
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 = 797abd668377edb876fbc270c2e7776d0d1c23393244c43dee7d0556152f62e8
+ source = tap-0.4.6.tar.gz::https://github.com/timdubbins/tap/archive/v0.4.6.tar.gz
+ sha256sums = c62f748bf6ba70a6ff8277902bf2ad529f89400577b0ac541242e1d906f88b09
pkgname = tap
diff --git a/PKGBUILD b/PKGBUILD
index c377eaad3d09..6032a2f8c6d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tim Dubbins <timdubbins@gmail.com>
pkgname=tap
-pkgver=0.4.5
-pkgrel=3
+pkgver=0.4.6
+pkgrel=1
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=('797abd668377edb876fbc270c2e7776d0d1c23393244c43dee7d0556152f62e8')
+sha256sums=('c62f748bf6ba70a6ff8277902bf2ad529f89400577b0ac541242e1d906f88b09')
prepare() {