summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-10 12:27:39 +0800
committerzxp198210052023-08-10 12:27:39 +0800
commit034afecd0f4491dcd640b0fddfbbfb61f1613836 (patch)
tree3e226ab4379bf4beec90f1cbecae4d8d24eda055
parent2740e6afc8460edbf755ae8880d8050c4cc25ced (diff)
downloadaur-034afecd0f4491dcd640b0fddfbbfb61f1613836.tar.gz
update to 0.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f914db9f544..605f58d278de 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.6.1
+ pkgver = 0.11.2
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
conflicts = alspotron
- conflicts = alspotron-appimage
- source = alspotron-0.6.1.deb::https://github.com/organization/alspotron/releases/download/v0.6.1/alspotron_0.6.1_amd64.deb
- sha256sums = 23f1c34019824f42e0ce8c89224ded211b0df523e68edc6f9ded828c07ea5401
+ source = alspotron-0.11.2.deb::https://github.com/organization/alspotron/releases/download/v0.11.2/alspotron_0.11.2_amd64.deb
+ sha256sums = 8379259816fbe322a8720c2304dfcb6520205fc415aea124023aefff8316ab95
pkgname = alspotron-bin
diff --git a/PKGBUILD b/PKGBUILD
index 50a19137ec60..a83a290ee12b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=alspotron-bin
-pkgver=0.6.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="Shows the egg lyrics of the track, playing on Spotify / YouTube Music"
arch=('x86_64')
url="https://github.com/organization/alspotron"
license=('Apache')
-conflicts=("${pkgname%-bin}" "${pkgname%-bin}-appimage")
+provides=("${pkgname%-bin}=${pkgver}")
+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' '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=('23f1c34019824f42e0ce8c89224ded211b0df523e68edc6f9ded828c07ea5401')
+sha256sums=('8379259816fbe322a8720c2304dfcb6520205fc415aea124023aefff8316ab95')
package() {
bsdtar -xf "${srcdir}/data.tar.xz" -C "${pkgdir}"
} \ No newline at end of file