summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-20 22:24:16 +0800
committerzxp198210052023-08-20 22:24:16 +0800
commit2a621b3198776e31c4bffc5c201fe1ea55c71050 (patch)
treef17c55c41bdedc0024dcdae8d18f6857077c976f
parent70fd0c166214b42ac1fad0947ffe5f215bd00974 (diff)
downloadaur-2a621b3198776e31c4bffc5c201fe1ea55c71050.tar.gz
update to 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc009c998ef3..50ae35fcc639 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.4
+ pkgver = 0.12.0
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.4
+ provides = alspotron=0.12.0
conflicts = alspotron
- source = alspotron-0.11.4.deb::https://github.com/organization/alspotron/releases/download/v0.11.4/alspotron_0.11.4_amd64.deb
- sha256sums = 222a2992f1054c68970249625c2a37849eb9926eaa9f20a73b06f8664a08303d
+ source = alspotron-0.12.0.deb::https://github.com/organization/alspotron/releases/download/v0.12.0/alspotron_0.12.0_amd64.deb
+ sha256sums = c6bde3034e8b4e25940f1960e6235d2b4a3f9d0e50370bb11f3199632c4c9a50
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index b9712545be01..39e4495a77dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
-pkgver=0.11.4
+pkgver=0.12.0
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=('222a2992f1054c68970249625c2a37849eb9926eaa9f20a73b06f8664a08303d')
+sha256sums=('c6bde3034e8b4e25940f1960e6235d2b4a3f9d0e50370bb11f3199632c4c9a50')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
} \ No newline at end of file