summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f174f26278b5..91b17ef97ba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=radio-cli-bin
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="A simple radio cli for listening to your favourite streams from the console"
url="https://github.com/margual56/radio-cli"
@@ -13,10 +13,10 @@ provides=("radio-cli")
conflicts=("radio-cli")
depends=("mpv")
optdepends=("yt-dlp: To play youtube music")
-source=("https://github.com/margual56/radio-cli/releases/download/v$pkgver/radio-cli-$pkgver-x86_64.tar.gz")
-sha256sums=("980f7b5ac976a2b2bfeaa017a0010a5b67026fb0e38d46a706c27ef3e688883e")
+source=("https://github.com/margual56/radio-cli/releases/download/v$pkgver/radio-cli-$pkgver-$CARCH.tar.gz")
+sha256sums=('a9d7e0be94cc8e923f511623c5fcbef8a395e161bae81908903e548e50fce50d')
package() {
- install -Dm755 radio-cli -t "$pkgdir/usr/bin"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm755 radio-cli -t "$pkgdir/usr/bin"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}