summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2017-04-01 16:58:54 +0300
committerHusam Bilal2017-04-01 16:58:54 +0300
commit1acd3d814951db8d2a386bfa8fb2a71f5215e31d (patch)
tree55b7e52c15e2ca4cc8c4ac2913b047689f8443fa
parent750dbdffa4280bd6d6228bf6a5a77317f5be13a5 (diff)
downloadaur-1acd3d814951db8d2a386bfa8fb2a71f5215e31d.tar.gz
updated version to 0.8.0 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff30b6987e14..2d50b05e08d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.7.1
+ pkgver = 0.8.0
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -18,10 +18,10 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source_x86_64 = https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-x64.zip
- md5sums_x86_64 = fad75c7e06739b830fba5e3b8b1e9a89
- source_i686 = https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-ia32.zip
- md5sums_i686 = 1dd1b921d5a23acb0623ffa86ee0fb68
+ 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
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2af651c2ac84..56bd517b411f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.7.1"
+pkgver="0.8.0"
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=("fad75c7e06739b830fba5e3b8b1e9a89")
+md5sums=("248c7f943f07f36e7e15751ee0c7a6d6")
_platform="x64"
if [ "$CARCH" = "i686" ]; then
_platform="ia32"
- md5sums=("1dd1b921d5a23acb0623ffa86ee0fb68")
+ md5sums=("98a436906f9b576edef171180df726bd")
fi
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-linux-${_platform}.zip")
@@ -27,7 +27,7 @@ prepare() {
}
package() {
- _base_dir="${srcdir}/Museeks-linux-${_platform}"
+ _base_dir="${srcdir}/museeks-linux-${_platform}"
install -dm755 "${pkgdir}/usr/share/${_pkgname}"
install -dm755 "${pkgdir}/usr/bin"