summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-10-04 14:59:54 +0000
committerOleg Antonyan2020-10-04 14:59:54 +0000
commit88e2a98460e3e6b6e4f0b344a8022c5d179dbb64 (patch)
tree7a8e5e2d4d1a87659846f5d4a5a9195b4b5e24d1
parent0bef702ec1ed22f667ece8fc6135915ab031b173 (diff)
downloadaur-88e2a98460e3e6b6e4f0b344a8022c5d179dbb64.tar.gz
add show in file manager button to track info dialog (0.0.17-2 https://github.com/olegantonyan/mpz/commit/6d7dad6)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576fdbe43e24..d6392a87eb3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.17
- pkgrel = 1
+ pkgrel = 2
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.17-1.zip::https://github.com/olegantonyan/mpz/archive/cf148c99115932e23d81a12e29e08128275764dd.zip
- sha256sums = 396394ab9a1c229f028ac7c54d2d61f9ed6f4dae9de15ba514aaeaec035ad3bc
+ source = mpz-0.0.17-2.zip::https://github.com/olegantonyan/mpz/archive/6d7dad6c4a3df6adbad75b1683167a4e7b43d43b.zip
+ sha256sums = f5db5e215b2be9ecdfe7eb8f5f68da782a7e8c7eebf3f800cda51248b70737ea
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index a57a6ef7932a..654b21686e34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname=mpz
pkgver=0.0.17
-pkgrel=1
+pkgrel=2
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/cf148c99115932e23d81a12e29e08128275764dd.zip")
-sha256sums=('396394ab9a1c229f028ac7c54d2d61f9ed6f4dae9de15ba514aaeaec035ad3bc')
+source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/6d7dad6c4a3df6adbad75b1683167a4e7b43d43b.zip")
+sha256sums=('f5db5e215b2be9ecdfe7eb8f5f68da782a7e8c7eebf3f800cda51248b70737ea')
build() {
- cd $pkgname-cf148c99115932e23d81a12e29e08128275764dd
+ cd $pkgname-6d7dad6c4a3df6adbad75b1683167a4e7b43d43b
rm -rf build
mkdir build
@@ -24,7 +24,7 @@ build() {
}
package() {
- cd $pkgname-cf148c99115932e23d81a12e29e08128275764dd
+ cd $pkgname-6d7dad6c4a3df6adbad75b1683167a4e7b43d43b
cd build
make install INSTALL_ROOT=$pkgdir