summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-09-30 12:34:01 +0000
committerOleg Antonyan2020-09-30 12:34:01 +0000
commit1c3738cb0e9f440fe2c79658d5a3080df84c38ba (patch)
tree6a626131f24b5bb9cd20f7eea90c3335b90c4e0f
parentc6c4815ca724b3604408d8229d6aaf41d11e5ed3 (diff)
downloadaur-1c3738cb0e9f440fe2c79658d5a3080df84c38ba.tar.gz
add system info to about dialog (0.0.14-24 https://github.com/olegantonyan/mpz/commit/76124d2)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 550e679d1159..9efe01569417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.14
- pkgrel = 23
+ pkgrel = 24
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-23.zip::https://github.com/olegantonyan/mpz/archive/master.zip
- sha256sums = 0d263b02fab8d920bf60e5f5a96f5f8e5ae9f48cdf94febd6ad417278dcbe09f
+ source = mpz-0.0.14-24.zip::https://github.com/olegantonyan/mpz/archive/master.zip
+ sha256sums = 6a58d0c04b06319e471be13cba96eae0406947fd5c9d5bdeee87c2c3f3a9f859
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index 38c5eeec40c3..7a2538d5469d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpz
pkgver=0.0.14
-pkgrel=23
+pkgrel=24
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=('0d263b02fab8d920bf60e5f5a96f5f8e5ae9f48cdf94febd6ad417278dcbe09f')
+sha256sums=('6a58d0c04b06319e471be13cba96eae0406947fd5c9d5bdeee87c2c3f3a9f859')
build() {
cd $pkgname-master