summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleg Antonyan2022-11-07 14:12:29 +0000
committerOleg Antonyan2022-11-07 14:12:29 +0000
commit69ca7da017b5bebd711859264b8ccba3ce591c74 (patch)
tree16b733afd148917fea2158f90e42ed810c4136e4 /PKGBUILD
parentab5ca5ea1fb430a68c743ba0f84ff5cf49db6769 (diff)
downloadaur-69ca7da017b5bebd711859264b8ccba3ce591c74.tar.gz
bump version to 1.0.22 (1.0.22-0 https://github.com/olegantonyan/mpz/commit/df7dcad9)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11c041e47c01..0d0df2fbbd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Oleg Antonyan <oleg.b.antonyan@gmail.com>
pkgname=mpz-qt6
-pkgver=1.0.21
+pkgver=1.0.22
pkgrel=0
pkgdesc='Music player for the large local collections (Qt6 version)'
arch=('x86_64')
@@ -11,11 +11,11 @@ license=('GPL3')
depends=('qt6-multimedia' 'hicolor-icon-theme' 'yaml-cpp' 'taglib')
provides=('mpz')
conflicts=('mpz')
-source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/80b7e5c96de47d1b1838eb2178d1847bf936a2de.zip")
-sha256sums=('ac9c1c11b44d6bde4090a57af221c5c30829f6c565edd691b00ab7af371a5f4a')
+source=("$pkgname-$pkgver-$pkgrel.zip::https://github.com/olegantonyan/mpz/archive/df7dcad928dd4f61ef97d5e1878c2f664da543e0.zip")
+sha256sums=('67414d8102c563117685a34dbf265775a7d5a76793df4374126b21a696ad77a4')
build() {
- cd mpz-80b7e5c96de47d1b1838eb2178d1847bf936a2de
+ cd mpz-df7dcad928dd4f61ef97d5e1878c2f664da543e0
rm -rf build
mkdir build
@@ -25,7 +25,7 @@ build() {
}
package() {
- cd mpz-80b7e5c96de47d1b1838eb2178d1847bf936a2de
+ cd mpz-df7dcad928dd4f61ef97d5e1878c2f664da543e0
cd build
make install INSTALL_ROOT=$pkgdir