summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-08-10 12:27:39 +0800
committerzxp198210052023-08-10 12:27:39 +0800
commit034afecd0f4491dcd640b0fddfbbfb61f1613836 (patch)
tree3e226ab4379bf4beec90f1cbecae4d8d24eda055 /PKGBUILD
parent2740e6afc8460edbf755ae8880d8050c4cc25ced (diff)
downloadaur-034afecd0f4491dcd640b0fddfbbfb61f1613836.tar.gz
update to 0.11.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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