summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-10-17 10:05:10 +0800
committerzxp198210052023-10-17 10:05:10 +0800
commit3e34792130d800766d744040c8ab16ae8287c6d5 (patch)
tree73ab4e4bd195a7f432ecd13d4336e0686368bfc9
parent08d225a8bc670a3e804ac4b2b2742cd716d3994f (diff)
downloadaur-3e34792130d800766d744040c8ab16ae8287c6d5.tar.gz
update to 0.16.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f321604a8c20..710ad10fcf41 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.16.1
+ pkgver = 0.16.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.16.1
+ provides = alspotron=0.16.2
conflicts = alspotron
- source = alspotron-0.16.1.deb::https://github.com/organization/alspotron/releases/download/v0.16.1/alspotron_0.16.1_amd64.deb
- sha256sums = 861c3d01a93ff64e0ccf29cbe73ed725042129d1055e1376ae586c547241cbc7
+ source = alspotron-0.16.2.deb::https://github.com/organization/alspotron/releases/download/v0.16.2/alspotron_0.16.2_amd64.deb
+ sha256sums = 88deac0160589676c18cb362735b74c0ba2f38199cf66c9f326a4a9ecce3c3f6
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1e11991a33b2..498119d917eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.16.1
+pkgver=0.16.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=('861c3d01a93ff64e0ccf29cbe73ed725042129d1055e1376ae586c547241cbc7')
+sha256sums=('88deac0160589676c18cb362735b74c0ba2f38199cf66c9f326a4a9ecce3c3f6')
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"