summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-10-01 04:46:25 +0000
committerOleg Antonyan2020-10-01 04:46:25 +0000
commit521e26ac9dface99bf5918d70c1c93ae4620c766 (patch)
treeb3a8e3b16039ea6ae591be1878d88a16e6daa1af
parent727cf850104808822f5af6c37e4fdf3fed509c27 (diff)
downloadaur-521e26ac9dface99bf5918d70c1c93ae4620c766.tar.gz
github action trigger (test) (0.0.14-26 https://github.com/olegantonyan/mpz/commit/9297e6f)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77396a31b893..3f72b577de3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.14
- pkgrel = 25
+ pkgrel = 26
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-25.zip::https://github.com/olegantonyan/mpz/archive/master.zip
- sha256sums = 6ee46e32bfa6e1889a3ccae552856054c6870fc29b5504e9b966ab23a607b85e
+ source = mpz-0.0.14-26.zip::https://github.com/olegantonyan/mpz/archive/master.zip
+ sha256sums = 459491c2ef3abfb5a3e6dde00ee9c9ff98796ec24c644b1d74cd565048c7936d
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index 3e5dff41630d..7fd2d0e8b46a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpz
pkgver=0.0.14
-pkgrel=25
+pkgrel=26
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=('6ee46e32bfa6e1889a3ccae552856054c6870fc29b5504e9b966ab23a607b85e')
+sha256sums=('459491c2ef3abfb5a3e6dde00ee9c9ff98796ec24c644b1d74cd565048c7936d')
build() {
cd $pkgname-master