summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2019-05-28 01:43:40 +0300
committerHusam Bilal2019-05-28 01:43:40 +0300
commit7e1bd099a2c7850376ff4e7818c98555c739ecb5 (patch)
treed0f01ca87ae17622d6f0da44ff7daeb170b18c3a
parent253a969c8e3649d24424c8b1e9f74b1b80cca3c1 (diff)
downloadaur-7e1bd099a2c7850376ff4e7818c98555c739ecb5.tar.gz
updated version to 0.11.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51fe018e2751..9e922e6683a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.10.1
+ pkgver = 0.11.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.10.1/museeks-x86_64.rpm
- md5sums = 47a7815d180fbdd9025c349818f6677d
+ source = https://github.com/KeitIG/museeks/releases/download/0.11.0/museeks-x86_64.rpm
+ md5sums = 76a46ea2257bc865173374b6a2305148
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1a6f723e139c..9de0c6fba527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Husam Bilal <husam212 AT gmail DOT com>
+# Maintainer: Husam Bilal <me@husam.dev>
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.10.1"
+pkgver="0.11.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=("47a7815d180fbdd9025c349818f6677d")
-[ "$CARCH" = "i686" ] && md5sums=("a4568902e47983afae3cc51d61bf18ad")
+md5sums=("76a46ea2257bc865173374b6a2305148")
+[ "$CARCH" = "i686" ] && md5sums=("7c0d30b1277c7bacf1f2a138ab089200")
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-${CARCH}.rpm")