summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2016-08-30 22:18:17 +0300
committerHusam Bilal2016-08-30 22:18:17 +0300
commitfcab84d1bb3cbb7003655bc9e3e4c4aa1fb564c6 (patch)
tree2e7d969fc12491d3b069cd0ba701e25c2f0775fb
parent69a00a03c888d1e40b147eca72988f103eb1f85d (diff)
downloadaur-fcab84d1bb3cbb7003655bc9e3e4c4aa1fb564c6.tar.gz
updated version to 0.6.3 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8ea3d285caf..2c2151a1f651 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.6.0
+ pkgver = 0.6.3
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -18,8 +18,10 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source = https://github.com/KeitIG/museeks/releases/download/0.6.0/museeks-linux-x64.zip
- md5sums = 9552e82aab69503588724fc1c1d33d40
+ source_x86_64 = https://github.com/KeitIG/museeks/releases/download/0.6.3/museeks-linux-x64.zip
+ md5sums_x86_64 = 85b6919f4206687ab776d09edf78a754
+ source_i686 = https://github.com/KeitIG/museeks/releases/download/0.6.3/museeks-linux-ia32.zip
+ md5sums_i686 = 0665822acef36c54dfd03dc38759011f
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 58c5dd742073..35cc1a701ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.6.0"
+pkgver="0.6.3"
pkgrel="1"
pkgdesc="A lightweight and cross-platform music player."
arch=("x86_64" "i686")
@@ -12,12 +12,12 @@ depends=("gtk2" "cairo" "freetype2" "fontconfig" "gconf" "nss" "alsa-lib" "ttf-f
makedepends=("gendesk")
provides=("museeks")
conflicts=("museeks" "museeks-git")
-md5sums=("9552e82aab69503588724fc1c1d33d40")
+md5sums=("85b6919f4206687ab776d09edf78a754")
_platform="x64"
if [ "$CARCH" = "i686" ]; then
_platform="ia32"
- md5sums=("e3adb0d0819b0a46cc025990ebc3c380")
+ md5sums=("0665822acef36c54dfd03dc38759011f")
fi
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-linux-${_platform}.zip")