summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-31 20:18:09 +0800
committerzxp198210052023-08-31 20:18:09 +0800
commit19f8cbe9255ff4ddb9882f7ecec202b2623f27c7 (patch)
treeafb8e0d9da5661dbaa0c471783ab155183a24691
parentfdd1398a1203d1f45220c067218a1afde7b75802 (diff)
downloadaur-19f8cbe9255ff4ddb9882f7ecec202b2623f27c7.tar.gz
update to 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28d4f9bae176..5588fa9c78ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = alspotron-bin
pkgdesc = Shows the egg lyrics of the track, playing on Spotify / YouTube Music
- pkgver = 0.12.1
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/organization/alspotron
arch = x86_64
@@ -29,9 +29,9 @@ pkgbase = alspotron-bin
depends = gcc-libs
depends = libx11
depends = mesa
- provides = alspotron=0.12.1
+ provides = alspotron=0.13.0
conflicts = alspotron
- source = alspotron-0.12.1.deb::https://github.com/organization/alspotron/releases/download/v0.12.1/alspotron_0.12.1_amd64.deb
- sha256sums = 1183c38271b777463d90736ae9944c02645121d1978c4af258bec7b2b98f6ba1
+ source = alspotron-0.13.0.deb::https://github.com/organization/alspotron/releases/download/v0.13.0/alspotron_0.13.0_amd64.deb
+ sha256sums = 567f73f353b4ab2f55854a8e2c372dce5647feca4d867ba87322617e36f56b49
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a18fe9e320b..ba38159d3db5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.12.1
+pkgver=0.13.0
pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
@@ -12,7 +12,7 @@ conflicts=("${pkgname%-bin}")
depends=('libxrandr' 'at-spi2-core' 'libxkbcommon' 'pango' 'expat' 'java-runtime' 'dbus' 'alsa-lib' 'nss' 'glibc' 'nspr' \
'libxdamage' 'cairo' 'libxcomposite' 'libcups' 'libxcb' 'gtk3' 'libdrm' 'libxext' 'libxfixes' 'glib2' 'gcc-libs' 'libx11' 'mesa')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums=('1183c38271b777463d90736ae9944c02645121d1978c4af258bec7b2b98f6ba1')
+sha256sums=('567f73f353b4ab2f55854a8e2c372dce5647feca4d867ba87322617e36f56b49')
prepare() {
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|/opt/${_pkgname}/${pkgname%-bin} %U|${pkgname%-bin} --no-sandbox %U|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"