summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Antonyan2020-09-28 09:45:05 +0000
committerOleg Antonyan2020-09-28 09:45:05 +0000
commit678de7669b94e30b132f449bd2844ce39a2f5931 (patch)
treefb29e412559ce811f9e49853c63b5839c2431cfc
parent004079852a7363c5e211b2ef109a4b31f27e0567 (diff)
downloadaur-678de7669b94e30b132f449bd2844ce39a2f5931.tar.gz
release version 0.0.13-0
-rw-r--r--.SRCINFO31
-rw-r--r--PKGBUILD6
2 files changed, 18 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29cdd2495662..f96c11307a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
-pkgbase = mpz
- pkgdesc = Music player for the large local collections
- pkgver = 0.0.13
- pkgrel = 1
- url = https://github.com/olegantonyan/mpz
- arch = x86_64
- license = GPL3
- depends = qt5-multimedia
- depends = qt5-x11extras
- depends = hicolor-icon-theme
- provides = mpz
- source = https://github.com/olegantonyan/mpz/archive/0.0.13.tar.gz
- sha256sums = c97eda33741a906aba4bd66613e45b79a044d7dc282ea1e72f22feec3e1f03b8
-
-pkgname = mpz
-
+pkgbase = mpz
+ pkgdesc = Music player for the large local collections
+ pkgver = 0.0.13
+ pkgrel = 0
+ url = https://github.com/olegantonyan/mpz
+ arch = x86_64
+ license = GPL3
+ depends = qt5-multimedia
+ depends = qt5-x11extras
+ depends = hicolor-icon-theme
+ provides = mpz
+ source = https://github.com/olegantonyan/mpz/archive/master.zip
+ sha256sums = e8f1bd06f9263d4abb2e068cb02c51bcee50925e96dbcf3259d907930fa1ab9a
+
+pkgname = mpz
diff --git a/PKGBUILD b/PKGBUILD
index d064b50c5d41..0278b96a8f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=mpz
pkgver=0.0.13
-pkgrel=1
+pkgrel=0
pkgdesc='Music player for the large local collections'
arch=('x86_64')
url="https://github.com/olegantonyan/mpz"
license=('GPL3')
depends=('qt5-multimedia' 'qt5-x11extras' 'hicolor-icon-theme')
provides=('mpz')
-source=(https://github.com/olegantonyan/mpz/archive/0.0.13.tar.gz)
-sha256sums=('c97eda33741a906aba4bd66613e45b79a044d7dc282ea1e72f22feec3e1f03b8')
+source=(https://github.com/olegantonyan/mpz/archive/master.zip)
+sha256sums=('e8f1bd06f9263d4abb2e068cb02c51bcee50925e96dbcf3259d907930fa1ab9a')
build() {
cd $pkgname-$pkgver