mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
Update to v0.1.9
This commit is contained in:
parent
386da66560
commit
8164bfc136
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.8
|
||||
pkgver = 0.1.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.8.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.8/Sonami_0.1.8_amd64.deb
|
||||
sha256sums = 9da1bb532e5eb66849992de811e89f2fc0e55794ab6c97dd030295eaa6704bc7
|
||||
source = sonami-bin-0.1.9.deb::https://github.com/RayZ3R0/sonami/releases/download/v0.1.9/Sonami_0.1.9_amd64.deb
|
||||
sha256sums = 5e732d56c0da7a358738161adba7e392524b7bfb6ccea88de5b80e89522b0f90
|
||||
|
||||
pkgname = sonami-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: RayZ3R0 <z3r069@tutanota.com>
|
||||
pkgname=sonami-bin
|
||||
pkgver=0.1.8
|
||||
_upstream_ver=0.1.8
|
||||
pkgver=0.1.9
|
||||
_upstream_ver=0.1.9
|
||||
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=('9da1bb532e5eb66849992de811e89f2fc0e55794ab6c97dd030295eaa6704bc7')
|
||||
sha256sums=('5e732d56c0da7a358738161adba7e392524b7bfb6ccea88de5b80e89522b0f90')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue