summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2021-01-17 15:26:52 +0200
committerHusam Bilal2021-01-17 15:26:52 +0200
commit8d654a27b57a6da4901764f7c457fae7d73588d4 (patch)
treeda0a46b4080d9d2c8c1273b622c9affc3d703ccb
parent09b0cdc96a47a5dd7c29d1ae46bbf89adb871449 (diff)
downloadaur-8d654a27b57a6da4901764f7c457fae7d73588d4.tar.gz
updated version to 0.11.5 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0087322cef92..0abd19650d53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.11.4
+ pkgver = 0.11.5
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.11.4/museeks-x86_64.rpm
- md5sums = e5f2e0a78d692a7d467d743818a1152e
+ source = https://github.com/KeitIG/museeks/releases/download/0.11.5/museeks-x86_64.rpm
+ md5sums = f6401d488d263c168604e3608bc2bb3a
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 95b27455fae0..a594235cfa2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.11.4"
+pkgver="0.11.5"
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=("e5f2e0a78d692a7d467d743818a1152e")
-[ "$CARCH" = "i686" ] && md5sums=("82a18bde45aa3a89df1e75e3e409bb6c")
+md5sums=("f6401d488d263c168604e3608bc2bb3a")
+[ "$CARCH" = "i686" ] && md5sums=("d4873befa99d1f99d4dea0ad4c3271e2")
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-${CARCH}.rpm")