mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
Update to v0.1.2
This commit is contained in:
parent
643f3e165b
commit
5a4b4affc9
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sonami-bin
|
||||
pkgdesc = A tauri music player (Binary)
|
||||
pkgver = 0.1.1_alpha.13
|
||||
pkgver = 0.1.2
|
||||
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.13.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.1-alpha.13/Sonami_0.1.1-alpha.13_amd64.deb
|
||||
sha256sums = 8ce1e73fbf1f11ba5d099c2cfe88e0e155775d1e50c1caee3e0a86e418108116
|
||||
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
|
||||
|
||||
pkgname = sonami-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: RayZ3R0 <z3r069@tutanota.com>
|
||||
pkgname=sonami-bin
|
||||
pkgver=0.1.1_alpha.13
|
||||
_upstream_ver=0.1.1-alpha.13
|
||||
pkgver=0.1.2
|
||||
_upstream_ver=0.1.2
|
||||
pkgrel=1
|
||||
pkgdesc="A tauri music player (Binary)"
|
||||
arch=('x86_64')
|
||||
|
|
@ -11,7 +11,7 @@ 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=('8ce1e73fbf1f11ba5d099c2cfe88e0e155775d1e50c1caee3e0a86e418108116')
|
||||
sha256sums=('6508aad65d5adf15f0348150545aa44b17b70c294b7596c00c8e2a2fd0cf6843')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue