summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2017-04-13 09:30:23 +0300
committerHusam Bilal2017-04-13 09:30:23 +0300
commite2c7497b2221774e4fd575ef59bceb568a3d9233 (patch)
treea8accd875a9ccbc7034ad054a32ec5e3b60543fd /PKGBUILD
parent1acd3d814951db8d2a386bfa8fb2a71f5215e31d (diff)
downloadaur-e2c7497b2221774e4fd575ef59bceb568a3d9233.tar.gz
updated version to 0.8.1 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")