summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2022-06-18 16:29:50 +0300
committerHusam Bilal2022-06-18 16:29:50 +0300
commite99d6f49fe879088d7c476eb9a319b44fa6349d0 (patch)
tree19d159689e023864072ba8eb8fa3e63c86237958
parent8507724dccc19dd4af95d1b4b58aa5ecd825d00e (diff)
downloadaur-e99d6f49fe879088d7c476eb9a319b44fa6349d0.tar.gz
updated version to 0.13.0 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cb844979cbc..7cb44f30e94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source = https://github.com/KeitIG/museeks/releases/download/0.12.0/museeks-x86_64.rpm
- md5sums = ac8e8c9f0898d5e4024ce8cb8e10859d
+ source = https://github.com/KeitIG/museeks/releases/download/0.13.0/museeks-x86_64.rpm
+ md5sums = 34ba689e09c7b17bf865d32bf8e9cf3a
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index 69a4961422e2..83756a64849d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.12.0"
+pkgver="0.13.0"
pkgrel="1"
pkgdesc="A lightweight and cross-platform music player."
arch=("x86_64" "i686")
@@ -12,8 +12,8 @@ depends=("gtk2" "cairo" "freetype2" "fontconfig" "nss" "alsa-lib" "ttf-font")
provides=("museeks")
conflicts=("museeks" "museeks-git")
-md5sums=("ac8e8c9f0898d5e4024ce8cb8e10859d")
-[ "$CARCH" = "i686" ] && md5sums=("d1b9dbe3c00eefd0ccce6c1017d52d65")
+md5sums=("34ba689e09c7b17bf865d32bf8e9cf3a")
+[ "$CARCH" = "i686" ] && md5sums=("f84f0458e86226aaa89ced8b9c0df762")
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-${CARCH}.rpm")