summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-15 09:51:23 +0800
committerzxp198210052023-08-15 09:51:23 +0800
commit62f351eeb4ae5ac47fc77c9dea41031738525a11 (patch)
tree9f8c04142b421da771914b1f540a682923941d12
parent034afecd0f4491dcd640b0fddfbbfb61f1613836 (diff)
downloadaur-62f351eeb4ae5ac47fc77c9dea41031738525a11.tar.gz
update to 0.11.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605f58d278de..38869b23deea 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.11.2
+ pkgver = 0.11.3
pkgrel = 1
url = https://github.com/organization/alspotron
arch = x86_64
@@ -30,9 +30,9 @@ pkgbase = alspotron-bin
depends = gcc-libs
depends = libx11
depends = mesa
- provides = alspotron=0.11.2
+ provides = alspotron=0.11.3
conflicts = alspotron
- source = alspotron-0.11.2.deb::https://github.com/organization/alspotron/releases/download/v0.11.2/alspotron_0.11.2_amd64.deb
- sha256sums = 8379259816fbe322a8720c2304dfcb6520205fc415aea124023aefff8316ab95
+ source = alspotron-0.11.3.deb::https://github.com/organization/alspotron/releases/download/v0.11.3/alspotron_0.11.3_amd64.deb
+ sha256sums = 192ee41e2dd55acbc808d3453d535c1cf86237c1f6f7c72a7ca1daa582d2f3b7
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index a83a290ee12b..5280ca5f19c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
-pkgver=0.11.2
+pkgver=0.11.3
pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('libxrandr' 'at-spi2-core' 'libxkbcommon' 'pango' 'expat' 'java-runtime
'libxdamage' 'cairo' 'libxcomposite' 'libcups' 'libxcb' 'gtk3' 'libdrm' 'libxext' 'hicolor-icon-theme' 'libxfixes' \
'glib2' 'gcc-libs' 'libx11' 'mesa')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_amd64.deb")
-sha256sums=('8379259816fbe322a8720c2304dfcb6520205fc415aea124023aefff8316ab95')
+sha256sums=('192ee41e2dd55acbc808d3453d535c1cf86237c1f6f7c72a7ca1daa582d2f3b7')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
} \ No newline at end of file