summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f356fe6aa90f..4e1efae26ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=playmymusic
-pkgver=2.0.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Melody is a music player for Pantheon, developed by Artem Anufrij"
arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(meson vala)
optdepends=('gst-plugins-bad: "Bad" plugin libraries'
'gst-plugins-ugly: "Ugly" plugin libraries')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/artemanufrij/playmymusic/archive/${pkgver}.tar.gz")
-sha256sums=('8e7d6aba4a741bbc24b3691713493724750ca104568c3961eab945b822199909')
+sha256sums=('810a038980f579a11314cb88c9c048838b88d9f6fc9132ee146323170027d866')
build() {
cd ${srcdir}/${pkgname}-${pkgver}