summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2017-04-13 09:30:23 +0300
committerHusam Bilal2017-04-13 09:30:23 +0300
commite2c7497b2221774e4fd575ef59bceb568a3d9233 (patch)
treea8accd875a9ccbc7034ad054a32ec5e3b60543fd
parent1acd3d814951db8d2a386bfa8fb2a71f5215e31d (diff)
downloadaur-e2c7497b2221774e4fd575ef59bceb568a3d9233.tar.gz
updated version to 0.8.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d50b05e08d4..abd4bfe27d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -18,10 +18,8 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source_x86_64 = https://github.com/KeitIG/museeks/releases/download/0.8.0/museeks-linux-x64.zip
- md5sums_x86_64 = 248c7f943f07f36e7e15751ee0c7a6d6
- source_i686 = https://github.com/KeitIG/museeks/releases/download/0.8.0/museeks-linux-ia32.zip
- md5sums_i686 = 98a436906f9b576edef171180df726bd
+ source = https://github.com/KeitIG/museeks/releases/download/0.8.1/museeks-linux-x64.zip
+ md5sums = 77e73d47252b3c333d42770d373afb45
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56bd517b411f..ba86612b0f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.8.0"
+pkgver="0.8.1"
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=("248c7f943f07f36e7e15751ee0c7a6d6")
+md5sums=("77e73d47252b3c333d42770d373afb45")
_platform="x64"
if [ "$CARCH" = "i686" ]; then
_platform="ia32"
- md5sums=("98a436906f9b576edef171180df726bd")
+ md5sums=("50a3d4ed5294e9f38378dc67c87de9cf")
fi
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-linux-${_platform}.zip")