summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-10-01 04:57:22 +0000
committerOleg Antonyan2020-10-01 04:57:22 +0000
commit5bc30a6979aefc42d9a0cb4e4638a858513cc03e (patch)
treef0e09d22d6a523a0022c25feaf3f77e903ee891e
parent3d15cfdcc9d1159feb62f315dbfd8ec3287016bd (diff)
downloadaur-5bc30a6979aefc42d9a0cb4e4638a858513cc03e.tar.gz
github action trigger (test) (0.0.14-29 https://github.com/olegantonyan/mpz/commit/31ecb26)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e54afc53c9b4..9b728fb6f05d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.14
- pkgrel = 28
+ pkgrel = 29
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.14-28.zip::https://github.com/olegantonyan/mpz/archive/master.zip
- sha256sums = 459491c2ef3abfb5a3e6dde00ee9c9ff98796ec24c644b1d74cd565048c7936d
+ source = mpz-0.0.14-29.zip::https://github.com/olegantonyan/mpz/archive/master.zip
+ sha256sums = f67d926883a2dd27d7a159cb06349ab7100ac6d6a6aabf3d9c71120cbb57f0c3
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index 3823fcca6c78..14a466f1fe79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpz
pkgver=0.0.14
-pkgrel=28
+pkgrel=29
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=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/master.zip")
-sha256sums=('459491c2ef3abfb5a3e6dde00ee9c9ff98796ec24c644b1d74cd565048c7936d')
+sha256sums=('f67d926883a2dd27d7a159cb06349ab7100ac6d6a6aabf3d9c71120cbb57f0c3')
build() {
cd $pkgname-master