Update to v0.1.3

This commit is contained in:
RayZ3R0 2026-01-17 18:14:37 +00:00
parent 5a4b4affc9
commit 19f79ed7c6
2 changed files with 8 additions and 8 deletions

View file

@ -1,10 +1,10 @@
pkgbase = sonami-bin
pkgdesc = A tauri music player (Binary)
pkgver = 0.1.2
pkgver = 0.1.3
pkgrel = 1
url = https://github.com/RayZ3R0/sonami
arch = x86_64
license = AGPL3
license = MIT
depends = webkit2gtk-4.1
depends = gtk3
depends = openssl
@ -12,7 +12,7 @@ pkgbase = sonami-bin
depends = libappindicator-gtk3
provides = sonami
conflicts = sonami
source = sonami-bin-0.1.2.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.2/Sonami_0.1.2_amd64.deb
sha256sums = 6508aad65d5adf15f0348150545aa44b17b70c294b7596c00c8e2a2fd0cf6843
source = sonami-bin-0.1.3.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.3/Sonami_0.1.3_amd64.deb
sha256sums = c50624b5f760e273418c3db492ce380959c37cf830cddcdc55b260254223a06f
pkgname = sonami-bin

View file

@ -1,17 +1,17 @@
# Maintainer: RayZ3R0 <z3r069@tutanota.com>
pkgname=sonami-bin
pkgver=0.1.2
_upstream_ver=0.1.2
pkgver=0.1.3
_upstream_ver=0.1.3
pkgrel=1
pkgdesc="A tauri music player (Binary)"
arch=('x86_64')
url="https://github.com/RayZ3R0/sonami"
license=('AGPL3')
license=('MIT')
provides=('sonami')
conflicts=('sonami')
depends=('webkit2gtk-4.1' 'gtk3' 'openssl' 'alsa-lib' 'libappindicator-gtk3')
source=("${pkgname}-${pkgver}.deb::https://github.com/RayZ3R0/sonami/releases/download/v${_upstream_ver}/Sonami_${_upstream_ver}_amd64.deb")
sha256sums=('6508aad65d5adf15f0348150545aa44b17b70c294b7596c00c8e2a2fd0cf6843')
sha256sums=('c50624b5f760e273418c3db492ce380959c37cf830cddcdc55b260254223a06f')
package() {
cd "${srcdir}"