aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482015-06-19 21:47:21 +0800
committerfrantic10482015-06-19 21:47:21 +0800
commitdb6f50dcb9d1c071e52e3a2743b8b5406e5783b4 (patch)
tree8605b45974d2b5f80100e647490968f93b456e6c
parent7b41a2bf1ca3532602118bdaf200472e91178cc2 (diff)
downloadaur-db6f50dcb9d1c071e52e3a2743b8b5406e5783b4.tar.gz
ok
-rw-r--r--.SRCINFO8
-rw-r--r--.directory3
-rw-r--r--.gitignore11
-rw-r--r--PKGBUILD10
-rw-r--r--kreogist-mu.changelog2
5 files changed, 23 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff51547bf8d3..0443afbb606a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kreogist-mu
pkgdesc = Fantastic cross-platform music manager
- pkgver = 0.8(unstable)
- pkgrel = 7
+ pkgver = 0.8
+ pkgrel = 8
epoch = 0
url = https://kreogist.github.io/Mu/
changelog = kreogist-mu.changelog
@@ -16,8 +16,8 @@ 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/frantic1048/mu-archlinux/raw/master/kreogist-mu-0.8(unstable).tar.gz
- md5sums = 59ca29c0f5db6f0394ac967975948aff
+ source = https://github.com/frantic1048/mu-archlinux/releases/download/0.8/kreogist-mu-0.8-x86_64.7z
+ md5sums = ef52dc72deacb1286f5ad221dfeb24c2
pkgname = kreogist-mu
diff --git a/.directory b/.directory
index 3c5e48a30649..185e3451f255 100644
--- a/.directory
+++ b/.directory
@@ -1,6 +1,7 @@
[Dolphin]
-Timestamp=2015,6,19,17,16,5
+Timestamp=2015,6,19,21,42,25
Version=3
+ViewMode=1
[Settings]
HiddenFilesShown=true
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..bb78200994e5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,11 @@
+#dolphin
+.directory
+
+#pkg building files
+
+*.7z
+*.tar.xz
+*.tar.gz
+
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 0468cc336227..b18d66bda568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frantic1048 <dev_frantic1048@163.com>
pkgname=kreogist-mu
-pkgver='0.8(unstable)'
-pkgrel=7
+pkgver='0.8'
+pkgrel=8
epoch=0
pkgdesc="Fantastic cross-platform music manager"
changelog="kreogist-mu.changelog"
@@ -22,11 +22,11 @@ optdepends=(
'gst-plugins-ugly: ugly plugin libraries'
)
changelog=$pkgname.changelog
-source=("https://github.com/frantic1048/mu-archlinux/raw/master/$pkgname-$pkgver.tar.gz")
-md5sums=('59ca29c0f5db6f0394ac967975948aff')
+source=("https://github.com/frantic1048/mu-archlinux/releases/download/$pkgver/$pkgname-$pkgver-$arch.7z")
+md5sums=('ef52dc72deacb1286f5ad221dfeb24c2')
package() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname-$pkgver-$arch"
install -d "${pkgdir}/usr/bin/"
install -m=775 $pkgname "${pkgdir}/usr/bin"
install -d "${pkgdir}/usr/share/icons/hicolor/512x512/apps/"
diff --git a/kreogist-mu.changelog b/kreogist-mu.changelog
index 6d429843704d..de0610665446 100644
--- a/kreogist-mu.changelog
+++ b/kreogist-mu.changelog
@@ -1,2 +1,2 @@
-0.8(unstable)-7:
+0.8-1:
migrate to AUR4