summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2022-06-18 16:29:50 +0300
committerHusam Bilal2022-06-18 16:29:50 +0300
commite99d6f49fe879088d7c476eb9a319b44fa6349d0 (patch)
tree19d159689e023864072ba8eb8fa3e63c86237958 /PKGBUILD
parent8507724dccc19dd4af95d1b4b58aa5ecd825d00e (diff)
downloadaur-e99d6f49fe879088d7c476eb9a319b44fa6349d0.tar.gz
updated version to 0.13.0 release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")