summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-09-28 10:03:29 +0000
committerOleg Antonyan2020-09-28 10:03:29 +0000
commit5688370b0138fbe766c57d2136fb8d5e54299836 (patch)
treed7ca433fd17763f38abace5f029dcb051723c917
parente2bbca7317662b8b5afa83ed3abcc28528168c0e (diff)
downloadaur-5688370b0138fbe766c57d2136fb8d5e54299836.tar.gz
release version 0.0.13-25 (6ea4f5d)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aec77717495c..60924909ef3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mpz
pkgdesc = Music player for the large local collections
pkgver = 0.0.13
- pkgrel = 0
+ pkgrel = 25
url = https://github.com/olegantonyan/mpz
arch = x86_64
license = GPL3
@@ -10,6 +10,6 @@ pkgbase = mpz
depends = hicolor-icon-theme
provides = mpz
source = https://github.com/olegantonyan/mpz/archive/master.zip
- sha256sums = 74da7fce9e933b6094a873e4aa6f0b60ff8c24de74492b3928ee506749e5e114
+ sha256sums = 1e7dbcddc0a7df91d82a0ee274f5b05f35fe4027dbd5b5b2ffb1810a4e6df5f2
pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index e08cbc0e1693..fa3e030b04d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mpz
pkgver=0.0.13
-pkgrel=0
+pkgrel=25
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=(https://github.com/olegantonyan/mpz/archive/master.zip)
-sha256sums=('74da7fce9e933b6094a873e4aa6f0b60ff8c24de74492b3928ee506749e5e114')
+sha256sums=('1e7dbcddc0a7df91d82a0ee274f5b05f35fe4027dbd5b5b2ffb1810a4e6df5f2')
build() {
cd $pkgname-$pkgver