summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoa Himesaka2024-06-18 16:39:49 +0900
committerNoa Himesaka2024-06-18 16:39:49 +0900
commit459bee82988761a8b8d93dd6f62533226de61f73 (patch)
treee2f2ffdb385fc7546716a128a6552b29b11a3d82
parent2ecdbf1818e12bb93d7f65ea1be20eadfc01dd17 (diff)
downloadaur-459bee82988761a8b8d93dd6f62533226de61f73.tar.gz
roon-tui 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 346de0f74c0a..190db2124c2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = roon-tui
pkgdesc = A Roon Remote for the terminal
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/TheAppgineer/roon-tui
arch = x86_64
license = MIT
makedepends = git
makedepends = cargo
- source = git+https://github.com/TheAppgineer/roon-tui.git#tag=0.3.0
- sha256sums = SKIP
+ source = git+https://github.com/TheAppgineer/roon-tui.git#tag=0.3.1
+ sha256sums = a2e4c3224e3b067099b1ee041d73bdbcfce4ac1bd53405d95aa59ae3e889560f
pkgname = roon-tui
diff --git a/PKGBUILD b/PKGBUILD
index ba9f0f086cb6..40cb89d1d1ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Noa Himesaka <himesaka AT noa DOT codes>
pkgname=roon-tui
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A Roon Remote for the terminal"
url="https://github.com/TheAppgineer/roon-tui"
@@ -8,7 +8,7 @@ arch=('x86_64')
license=('MIT')
makedepends=('git' 'cargo')
source=("git+https://github.com/TheAppgineer/roon-tui.git#tag=$pkgver")
-sha256sums=('SKIP')
+sha256sums=('a2e4c3224e3b067099b1ee041d73bdbcfce4ac1bd53405d95aa59ae3e889560f')
prepare() {
cd "$pkgname"