summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHusam Bilal2016-09-20 20:16:55 +0300
committerHusam Bilal2016-09-20 20:16:55 +0300
commit6176f6f2cb7a8e22af27fa60e21b93b0a4bd45e0 (patch)
tree6a91b0d84cf865565e14da523c520166af5dd9f9
parent797c4eace6af4bcd46f8c04cb61c585513f5af78 (diff)
downloadaur-6176f6f2cb7a8e22af27fa60e21b93b0a4bd45e0.tar.gz
version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c2151a1f651..ff30b6987e14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = museeks-bin
pkgdesc = A lightweight and cross-platform music player.
- pkgver = 0.6.3
+ pkgver = 0.7.1
pkgrel = 1
url = http://museeks.io
arch = x86_64
@@ -18,10 +18,10 @@ pkgbase = museeks-bin
provides = museeks
conflicts = museeks
conflicts = museeks-git
- source_x86_64 = https://github.com/KeitIG/museeks/releases/download/0.6.3/museeks-linux-x64.zip
- md5sums_x86_64 = 85b6919f4206687ab776d09edf78a754
- source_i686 = https://github.com/KeitIG/museeks/releases/download/0.6.3/museeks-linux-ia32.zip
- md5sums_i686 = 0665822acef36c54dfd03dc38759011f
+ source_x86_64 = https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-x64.zip
+ md5sums_x86_64 = fad75c7e06739b830fba5e3b8b1e9a89
+ source_i686 = https://github.com/KeitIG/museeks/releases/download/0.7.1/museeks-linux-ia32.zip
+ md5sums_i686 = 1dd1b921d5a23acb0623ffa86ee0fb68
pkgname = museeks-bin
diff --git a/PKGBUILD b/PKGBUILD
index d22a8d6292ea..33ee544b7134 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="museeks-bin"
_pkgname="museeks"
-pkgver="0.6.3"
+pkgver="0.7.1"
pkgrel="1"
pkgdesc="A lightweight and cross-platform music player."
arch=("x86_64" "i686")
@@ -12,12 +12,12 @@ depends=("gtk2" "cairo" "freetype2" "fontconfig" "gconf" "nss" "alsa-lib" "ttf-f
makedepends=("gendesk")
provides=("museeks")
conflicts=("museeks" "museeks-git")
-md5sums=("85b6919f4206687ab776d09edf78a754")
+md5sums=("fad75c7e06739b830fba5e3b8b1e9a89")
_platform="x64"
if [ "$CARCH" = "i686" ]; then
_platform="ia32"
- md5sums=("0665822acef36c54dfd03dc38759011f")
+ md5sums=("1dd1b921d5a23acb0623ffa86ee0fb68")
fi
source=("https://github.com/KeitIG/museeks/releases/download/${pkgver}/museeks-linux-${_platform}.zip")