aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482016-05-23 12:53:29 +0800
committerfrantic10482016-05-23 12:53:29 +0800
commit86d0a658b258e44dd8204cf94d27f9e4233dfc02 (patch)
tree19c0ac7bcc95be48cc0a415e0a7889a13033af11
parent3899febd2686aa0b5b7e1fae4da7a8666cd16548 (diff)
downloadaur-86d0a658b258e44dd8204cf94d27f9e4233dfc02.tar.gz
0.9.9.2:2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
-rw-r--r--README.md32
3 files changed, 39 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c1f6fea485c..68fa2637b655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun May 22 15:38:56 UTC 2016
+# Mon May 23 04:53:02 UTC 2016
pkgbase = kreogist-mu
pkgdesc = Fantastic cross-platform music manager.based on Qt5
pkgver = 0.9.9.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://kreogist.github.io/Mu/
install = kreogist-mu.install
@@ -23,10 +23,10 @@ pkgbase = kreogist-mu
optdepends = gst-plugins-good: good plugin libraries
optdepends = gst-plugins-bad: bad plugin libraries
optdepends = gst-plugins-ugly: ugly plugin libraries
- source = https://github.com/Kreogist/mu-archlinux/releases/download/0.9.9.2.1/kreogist-mu-resource.tar.gz
+ source = https://github.com/Kreogist/mu-archlinux/releases/download/0.9.9.2.2/kreogist-mu-resource.tar.gz
source = https://codeload.github.com/Kreogist/Mu/tar.gz/0.9.9.2
- sha224sums = 53e9b221cca7f106b900404233b166fdba8cfc3a66526f67586e96d5
- sha224sums = bd3bb80f83dcfb8d988ade32787ee698a9b62cbfdf0cd8a29ff6ab2f
+ sha224sums = 2877b0096d3359733e070ab41ebeaad63d1cc10c67f0e4ba1c18b717
+ sha224sums = f69b65d11c06de016b2f058292f8d196b2cf93e01d5d1b12060d2ed0
pkgname = kreogist-mu
diff --git a/PKGBUILD b/PKGBUILD
index 6693e53d9cc9..605c7461ec93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=kreogist-mu
pkgver='0.9.9.2'
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Fantastic cross-platform music manager.based on Qt5"
arch=('x86_64')
@@ -37,7 +37,7 @@ source=(
"https://codeload.github.com/Kreogist/Mu/tar.gz/$pkgver"
)
-sha224sums=('53e9b221cca7f106b900404233b166fdba8cfc3a66526f67586e96d5' 'bd3bb80f83dcfb8d988ade32787ee698a9b62cbfdf0cd8a29ff6ab2f')
+sha224sums=('2877b0096d3359733e070ab41ebeaad63d1cc10c67f0e4ba1c18b717' 'f69b65d11c06de016b2f058292f8d196b2cf93e01d5d1b12060d2ed0')
build() {
mkdir -p $srcdir/Mu-build
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..2a67e0e6d549
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+![version](https://img.shields.io/badge/Version-0.9.9.2:2-FF5174.svg?style=flat-square)
+![downloads](https://img.shields.io/github/downloads/frantic1048/mu-archlinux/latest/total.svg?style=flat-square)
+
+# mu-archlinux
+
+Arch Linux package for [Kreogist ยต][project-page].
+
+Since version 0.9.3:1, this package no longer contains pre-compiled binary.
+
+To install this package from AUR(will build Mu on your machine during installing):
+
+```bash
+yaourt -S kreogist-mu
+```
+
+If you'd like skip the long building process. You could add [Archlinux CN community repository](https://github.com/archlinuxcn/mirrorlist-repo) to your pacman, there's exactly same AUR package pre-builded by community build machine.
+
+Once you add it, you can directly install via pacman without building on your machine.
+
+```bash
+sudo pacman -S kreogist-mu
+```
+
+---
+
+AUR Link : [https://aur.archlinux.org/packages/kreogist-mu/](https://aur.archlinux.org/packages/kreogist-mu/)
+
+Project Home : [https://kreogist.github.io/Mu/][project-page]
+
+Source Code Repository: [https://github.com/Kreogist/Mu/](https://github.com/Kreogist/Mu/)
+
+[project-page]:https://kreogist.github.io/Mu/