summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-19 16:17:20 +0800
committerzxp198210052023-09-19 16:17:20 +0800
commit257153c06ef7fa45714d6f2804a64bfc7d253b09 (patch)
tree4c27277659c93592896f26fe577b9569379a89e9
parent93538f6018fe549a08e831f6b43ddf2757994fbd (diff)
downloadaur-257153c06ef7fa45714d6f2804a64bfc7d253b09.tar.gz
update to 0.14.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ad070847cb..4594386caeb4 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.14.1
+ pkgver = 0.14.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.14.1
+ provides = alspotron=0.14.2
conflicts = alspotron
- source = alspotron-0.14.1.deb::https://github.com/organization/alspotron/releases/download/v0.14.1/alspotron_0.14.1_amd64.deb
- sha256sums = a5158069a8571a995483cdb05bf28b3a6a9ec5df616a804f8f18a1eeb5533fcf
+ source = alspotron-0.14.2.deb::https://github.com/organization/alspotron/releases/download/v0.14.2/alspotron_0.14.2_amd64.deb
+ sha256sums = ef0b4febe2464de1f1cf91b07e876924d9e7c36663941fa64951d0931d5f7945
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6ebc8f7f05df..1bb7d387990b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
_pkgname=Alspotron
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
@@ -12,8 +12,8 @@ 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=('a5158069a8571a995483cdb05bf28b3a6a9ec5df616a804f8f18a1eeb5533fcf')
-prepare() {
+sha256sums=('ef0b4febe2464de1f1cf91b07e876924d9e7c36663941fa64951d0931d5f7945')
+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"
}