Update to v0.1.1-alpha.9

This commit is contained in:
RayZ3R0 2026-01-07 23:54:50 +06:00
parent 7d61d29976
commit 9756f614c5
2 changed files with 9 additions and 17 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sonami-bin
pkgdesc = A tauri music player (Binary)
pkgver = 0.1.1_alpha.8
pkgver = 0.1.1_alpha.9
pkgrel = 1
url = https://github.com/RayZ3R0/sonami
arch = x86_64
@ -12,7 +12,7 @@ pkgbase = sonami-bin
depends = libappindicator-gtk3
provides = sonami
conflicts = sonami
source = sonami-bin-0.1.1_alpha.8.tar.gz::https://github.com/RayZ3R0/sonami/releases/download/v0.1.1-alpha.8/sonami_0.1.1-alpha.8_linux_x86_64.tar.gz
sha256sums = 6473862fdc6e3fcc03521cfb925227869286ce090d45345d5c92d51f6cbbc644
source = sonami-bin-0.1.1_alpha.9.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.1-alpha.9/Sonami_0.1.1-alpha.9_amd64.deb
sha256sums = d7d6af8be0e3966f9553c3b8c566bcc8e67b2340644e1f37c7cb901d05fdd7d1
pkgname = sonami-bin

View file

@ -1,7 +1,7 @@
# Maintainer: RayZ3R0 <z3r069@tutanota.com>
pkgname=sonami-bin
pkgver=0.1.1_alpha.8
_upstream_ver=0.1.1-alpha.8
pkgver=0.1.1_alpha.9
_upstream_ver=0.1.1-alpha.9
pkgrel=1
pkgdesc="A tauri music player (Binary)"
arch=('x86_64')
@ -10,18 +10,10 @@ license=('AGPL3')
provides=('sonami')
conflicts=('sonami')
depends=('webkit2gtk-4.1' 'gtk3' 'openssl' 'alsa-lib' 'libappindicator-gtk3')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RayZ3R0/sonami/releases/download/v${_upstream_ver}/sonami_${_upstream_ver}_linux_x86_64.tar.gz")
sha256sums=('6473862fdc6e3fcc03521cfb925227869286ce090d45345d5c92d51f6cbbc644')
source=("${pkgname}-${pkgver}.deb::https://github.com/RayZ3R0/sonami/releases/download/v${_upstream_ver}/Sonami_${_upstream_ver}_amd64.deb")
sha256sums=('d7d6af8be0e3966f9553c3b8c566bcc8e67b2340644e1f37c7cb901d05fdd7d1')
package() {
cd "${srcdir}/sonami"
# Install the binary
install -Dm755 sonami "$pkgdir/usr/bin/sonami"
# Install the desktop file
install -Dm644 sonami.desktop "$pkgdir/usr/share/applications/sonami.desktop"
# Install the icon
install -Dm644 sonami.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/sonami.png"
cd "${srcdir}"
tar -xf data.tar.* -C "${pkgdir}"
}