summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcel Hasler2023-11-01 18:59:49 +0100
committerMarcel Hasler2023-11-01 18:59:49 +0100
commit8b6dcd320885cc77f1d8801223016e18bce379cc (patch)
tree3d005c2f1868395bec43f3276af06ef2a214327a /PKGBUILD
parent6ac832de59cf4493eabf0ab0cf8a18922e2a86bc (diff)
downloadaur-plasma5-applets-mpdnowplaying.tar.gz
Bump to 0.5.1 and add missing dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db17b53f74ce..ff0aa6c732fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
+# Maintainer: Marcel Hasler <mahasler at gmail dot com>
pkgname=plasma5-applets-mpdnowplaying
_pkgname=mpdnowplaying
-pkgver=0.5
+pkgver=0.5.1
pkgrel=1
pkgdesc="MPD plasmoid for Plasma 5."
arch=('x86_64')
url="https://sourceforge.net/projects/mpdnowplaying"
license=('GPL')
-depends=('plasma-framework' 'libmpdclient')
+depends=('glibc' 'gcc-libs' 'qt5-base' 'qt5-declarative' 'plasma-framework5' 'libmpdclient')
makedepends=('extra-cmake-modules')
conflicts=("${pkgname}")
provides=("${pkgname}")
-source=("${_pkgname}-${pkgver}.tar.bz2::https://sourceforge.net/projects/${_pkgname}/files/${_pkgname}-${pkgver}.tar.bz2/download")
-sha256sums=('f5a8f549c1e5d0f353eae52c8c36da7d619e4c4ac861f202c1459e0009ea4608')
+source=("${_pkgname}-${pkgver}.tar.zst::https://sourceforge.net/projects/${_pkgname}/files/${_pkgname}-${pkgver}.tar.zst/download")
+sha256sums=('9ea01c9b7aa3e25f8e8ee55b532585767a4912ac02b079e19cd430f55d89b47f')
build() {
cd "${_pkgname}"