summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatvey Ryabchikov2023-10-07 14:16:27 +0300
committerMatvey Ryabchikov2023-10-07 14:16:27 +0300
commitb36c40963fed32da41db12263f7e222c108ec92d (patch)
tree6729f9574a999fd3b586aedff83cb8b17b67a65e /PKGBUILD
parent413eb69501a099b2673a881d3192ef260b113e97 (diff)
downloadaur-ronix.tar.gz
v0.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5db1952c7c9e..df4e935da305 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matvey Ryabchikov <orlition@gmail.com>
pkgname=ronix
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A customizable music player and library manager"
arch=('x86_64')
@@ -23,7 +23,7 @@ depends=(
"gstreamer")
makedepends=("rust" "nodejs>=18" "pnpm")
source=("ronix::https://github.com/ronanru/ronix/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=("ebd57546c6a83014c0fc7b5071eb8683ed3561c820882cff843fcbfe8da7c491")
+sha256sums=("d6fa7309820528149297e59a2f9282f425472302fafc418683e8bdb73cc3dac9")
prepare() {
cd ronix-$pkgver