summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2018-09-02 13:50:15 +0300
committerHusam Bilal2018-09-02 13:50:15 +0300
commit71c0d0a260f510a0c718c8206de7f38dd15f29b2 (patch)
tree63e04a831ceec19813998fb3ff0a64d02a93725b
parente8b404a79627731400156e57eab8bf10b8feca98 (diff)
downloadaur-71c0d0a260f510a0c718c8206de7f38dd15f29b2.tar.gz
updated version to 0.10.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33bc54032356..f3bfaa06c760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.9.4
+ pkgver = 0.10.0
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source = https://github.com/KeitIG/museeks/releases/download/0.9.4/museeks-x86_64.rpm
- md5sums = ef150449d0055ccc44b064456a78916c
+ source = https://github.com/KeitIG/museeks/releases/download/0.10.0/museeks-x86_64.rpm
+ md5sums = 4c7eec87e5b4c9b0c1516f1e4d7529c3
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 995402fd82b6..e78b7e93c26d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.9.4"
+pkgver="0.10.0"
pkgrel="1"
pkgdesc="A lightweight and cross-platform music player."
arch=("x86_64" "i686")
@@ -12,8 +12,8 @@ depends=("gtk2" "cairo" "freetype2" "fontconfig" "gconf" "nss" "alsa-lib" "ttf-f
provides=("museeks")
conflicts=("museeks" "museeks-git")
-md5sums=("ef150449d0055ccc44b064456a78916c")
-[ "$CARCH" = "i686" ] && md5sums=("70b9838670f66bcbee3e23f47d125d3b")
+md5sums=("4c7eec87e5b4c9b0c1516f1e4d7529c3")
+[ "$CARCH" = "i686" ] && md5sums=("c856837aad5f4c5212e1dae54767dacf")
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-${CARCH}.rpm")