summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ffa4db0b87b..700568a755de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.14
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/olegantonyan/mpz
arch = x86_64
license = GPL3
@@ -10,6 +10,6 @@ pkgbase = mpz
depends = hicolor-icon-theme
provides = mpz
source = https://github.com/olegantonyan/mpz/archive/master.zip
- sha256sums = 41b51a3a49cdc2b1e57407dd4f14f321170cc0c0bc6783815ed258589537f04c
+ sha256sums = 3d0e1a0a00c7b21069cc1654221757406ff0f6e0d8841c1c7402c0eb4c312bcb
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index 569fa0db9b2a..4db517208040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpz
pkgver=0.0.14
-pkgrel=8
+pkgrel=9
pkgdesc='Music player for the large local collections'
arch=('x86_64')
url="https://github.com/olegantonyan/mpz"
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
provides=('mpz')
source=(https://github.com/olegantonyan/mpz/archive/master.zip)
-sha256sums=('41b51a3a49cdc2b1e57407dd4f14f321170cc0c0bc6783815ed258589537f04c')
+sha256sums=('3d0e1a0a00c7b21069cc1654221757406ff0f6e0d8841c1c7402c0eb4c312bcb')
build() {
cd $pkgname-master