summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-10-03 04:52:30 +0000
committerOleg Antonyan2020-10-03 04:52:30 +0000
commit1d01b9136c7e92e93ba008c444c15fe0b73bc3cf (patch)
treebb8c4024e70aeb9b4e0201d85c495a09341ea017
parent388d75513261ec6ec85833ca4ce2f0838a5f91aa (diff)
downloadaur-1d01b9136c7e92e93ba008c444c15fe0b73bc3cf.tar.gz
version bump to 0.0.16 (0.0.16-11 https://github.com/olegantonyan/mpz/commit/ff3f148)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db8b75a27965..fd9e8631694b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
- pkgver = 0.0.15
- pkgrel = 10
+ pkgver = 0.0.16
+ pkgrel = 11
url = https://github.com/olegantonyan/mpz
arch = x86_64
license = GPL3
@@ -9,7 +9,7 @@ pkgbase = mpz
depends = qt5-x11extras
depends = hicolor-icon-theme
provides = mpz
- source = mpz-0.0.15-10.zip::https://github.com/olegantonyan/mpz/archive/f17707cbf496f86ddafda5f269348da8c6730218.zip
- sha256sums = b4cbe80828bf5a7cbf637ee062983bf8217bb9a82c0d30e721e2e3e781753abf
+ source = mpz-0.0.16-11.zip::https://github.com/olegantonyan/mpz/archive/ff3f148d3260010b63308c8b40a445b0f31667a4.zip
+ sha256sums = 7dba9e8cfa2a7f36daafefda673280778a877f4c0a838d94f205aeee6b4ae65e
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index b18ff999d4ab..e6d822add622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Oleg Antonyan <oleg.b.antonyan@gmail.com>
pkgname=mpz
-pkgver=0.0.15
-pkgrel=10
+pkgver=0.0.16
+pkgrel=11
pkgdesc='Music player for the large local collections'
arch=('x86_64')
url="https://github.com/olegantonyan/mpz"
license=('GPL3')
depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
provides=('mpz')
-source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/f17707cbf496f86ddafda5f269348da8c6730218.zip")
-sha256sums=('b4cbe80828bf5a7cbf637ee062983bf8217bb9a82c0d30e721e2e3e781753abf')
+source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/ff3f148d3260010b63308c8b40a445b0f31667a4.zip")
+sha256sums=('7dba9e8cfa2a7f36daafefda673280778a877f4c0a838d94f205aeee6b4ae65e')
build() {
- cd $pkgname-f17707cbf496f86ddafda5f269348da8c6730218
+ cd $pkgname-ff3f148d3260010b63308c8b40a445b0f31667a4
rm -rf build
mkdir build
@@ -24,7 +24,7 @@ build() {
}
package() {
- cd $pkgname-f17707cbf496f86ddafda5f269348da8c6730218
+ cd $pkgname-ff3f148d3260010b63308c8b40a445b0f31667a4
cd build
make install INSTALL_ROOT=$pkgdir