summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-10-08 10:21:50 +0800
committerzxp198210052023-10-08 10:21:50 +0800
commit08d225a8bc670a3e804ac4b2b2742cd716d3994f (patch)
treeeb409d5d3540fe0528656901310ac118e5e98737 /PKGBUILD
parent1638033a6bc1600542fbc4c10a8fae7022432018 (diff)
downloadaur-08d225a8bc670a3e804ac4b2b2742cd716d3994f.tar.gz
update to 0.16.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc3c02eeba98..1e11991a33b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.15.0
+pkgver=0.16.1
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=('591560b9fd0ca4fbf97efca409c2186008f7abff4af10761b5767e91a8f3ce18')
+sha256sums=('861c3d01a93ff64e0ccf29cbe73ed725042129d1055e1376ae586c547241cbc7')
build() {
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|/opt/${_pkgname}/${pkgname%-bin}|${pkgname%-bin} --no-sandbox|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"