aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482015-10-26 17:25:24 +0800
committerfrantic10482015-10-26 17:25:24 +0800
commitbe88bad9da9ee2c3254979991faffb6be73300dc (patch)
treeeb6fcf6f366b16f9af0adc3c65e4aef9040b6ef3
parent8fcbffe2fab6805ef9a640a1d2a237d5ab5707ce (diff)
downloadaur-be88bad9da9ee2c3254979991faffb6be73300dc.tar.gz
fix invalid MIME type
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b6809c44eb1..9b2cf0b9a7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kreogist-mu
pkgdesc = Fantastic cross-platform music manager.based on Qt5
pkgver = 0.9.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://kreogist.github.io/Mu/
changelog = kreogist-mu.changelog
@@ -17,7 +17,7 @@ pkgbase = kreogist-mu
optdepends = gst-plugins-bad: bad plugin libraries
optdepends = gst-plugins-ugly: ugly plugin libraries
source = https://github.com/frantic1048/mu-archlinux/releases/download/0.9.1/kreogist-mu-0.9.1-x86_64.7z
- md5sums = b48cecd8b376c413f05ec0647f739fd4
+ md5sums = bb879a7a837a7a6462a43e304c11db65
pkgname = kreogist-mu
diff --git a/PKGBUILD b/PKGBUILD
index cae6f1a8eac6..a36d2959977f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kreogist-mu
pkgver='0.9.1'
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Fantastic cross-platform music manager.based on Qt5"
changelog="kreogist-mu.changelog"
@@ -23,7 +23,7 @@ optdepends=(
)
changelog=$pkgname.changelog
source=("https://github.com/frantic1048/mu-archlinux/releases/download/$pkgver/$pkgname-$pkgver-$arch.7z")
-md5sums=('b48cecd8b376c413f05ec0647f739fd4')
+md5sums=('bb879a7a837a7a6462a43e304c11db65')
package() {
cd "$pkgname-$pkgver-$arch"