summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-02 15:07:26 +0800
committerzxp198210052023-09-02 15:07:26 +0800
commit363d7d7250923493fdbd81a7f6b65ff5ad650eb3 (patch)
tree3e093e4f1fbf09d13d0f389b55d9f2f9f40431af
parent4ccdbe1b9391ce16c52384ad88d8980a094ca160 (diff)
downloadaur-363d7d7250923493fdbd81a7f6b65ff5ad650eb3.tar.gz
update to 0.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96a88f05bd75..73528b5d7dca 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.13.1
+ pkgver = 0.13.2
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.13.1
+ provides = alspotron=0.13.2
conflicts = alspotron
- source = alspotron-0.13.1.deb::https://github.com/organization/alspotron/releases/download/v0.13.1/alspotron_0.13.1_amd64.deb
- sha256sums = 5383fe275695ae6b5cce9eeb4b9f5afad42ad7ffdaffb6b4e7a495991a3e5590
+ source = alspotron-0.13.2.deb::https://github.com/organization/alspotron/releases/download/v0.13.2/alspotron_0.13.2_amd64.deb
+ sha256sums = 5028b318c4f82c1b9dcf6195aa5d574e8d48728e9c0d05697d3ab2d66e74117b
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0358bbca1453..731c045de1cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.13.1
+pkgver=0.13.2
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=('5383fe275695ae6b5cce9eeb4b9f5afad42ad7ffdaffb6b4e7a495991a3e5590')
+sha256sums=('5028b318c4f82c1b9dcf6195aa5d574e8d48728e9c0d05697d3ab2d66e74117b')
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"