summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa7689c8130..315c3cd4531a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
- pkgver = 0.0.11
+ pkgver = 0.0.12
pkgrel = 1
url = https://github.com/olegantonyan/mpz
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = mpz
depends = qt5-x11extras
depends = hicolor-icon-theme
provides = mpz
- source = https://github.com/olegantonyan/mpz/archive/0.0.11.tar.gz
- sha256sums = 73d2210f06ea03a8b6cfcb08344900495a6c9a2fc693da97b825222526d65c39
+ source = https://github.com/olegantonyan/mpz/archive/0.0.12.tar.gz
+ sha256sums = fa257d252ce05e46af9c7fa8f536e204cdf1e2d5d2641cc3a7a13c9a5b9898ac
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index fde32b187e68..b73ec524f356 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Oleg Antonyan <oleg.b.antonyan@gmail.com>
pkgname=mpz
-pkgver=0.0.11
+pkgver=0.0.12
pkgrel=1
pkgdesc='Music player for the large local collections'
arch=('x86_64')
@@ -10,8 +10,8 @@ url="https://github.com/olegantonyan/mpz"
license=('GPL3')
depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
provides=('mpz')
-source=(https://github.com/olegantonyan/mpz/archive/0.0.11.tar.gz)
-sha256sums=('73d2210f06ea03a8b6cfcb08344900495a6c9a2fc693da97b825222526d65c39')
+source=(https://github.com/olegantonyan/mpz/archive/0.0.12.tar.gz)
+sha256sums=('fa257d252ce05e46af9c7fa8f536e204cdf1e2d5d2641cc3a7a13c9a5b9898ac')
build() {
cd $pkgname-$pkgver