summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Allred2016-11-14 19:13:05 -0600
committerBrian Allred2016-11-14 19:13:05 -0600
commit2bd3f75cef25d22f45bbd0d50fb425de242c290b (patch)
treebda49c2b5f7fef04e3b6f6b1df7b7f390c0e9992
parent0c6d70d304142c9b263ad1b61f4502897bb772bb (diff)
downloadaur-2bd3f75cef25d22f45bbd0d50fb425de242c290b.tar.gz
4.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d297a2fb12be..07e7fe8cdd09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Nov 5 03:06:20 UTC 2016
+# Tue Nov 15 01:12:15 UTC 2016
pkgbase = gpmdp
pkgdesc = A beautiful cross platform Desktop Player for Google Play Music. Stable release.
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = http://www.googleplaymusicdesktopplayer.com
arch = i686
@@ -19,7 +19,7 @@ pkgbase = gpmdp
provides = gpmdp
conflicts = google-play-music-desktop-player-git
conflicts = gpmdp-git
- source = https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.0.2/google-play-music-desktop-player_4.0.2_.deb
+ source = https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-/releases/download/v4.0.3/google-play-music-desktop-player_4.0.3_.deb
source = gpmdp.desktop
pkgname = gpmdp
diff --git a/PKGBUILD b/PKGBUILD
index 2fe5efc17b74..78485eb60455 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# This script is licensed under the MIT license.
pkgname=gpmdp
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="A beautiful cross platform Desktop Player for Google Play Music. Stable release."
arch=('i686' 'x86_64')
@@ -16,12 +16,12 @@ license=('MIT')
case $CARCH in
'x86_64')
_arch='amd64'
- md5sums=('79dbdaf27f2f28e53bff3e8ba3608062'
+ md5sums=('7e629b3f498aa11fae2367a7f743648d'
'66bc0423e793af7b8ca75b9b175a42c8')
;;
'i686')
_arch='i386'
- md5sums=('5eb45bf8b821d7354c5ec56324551089'
+ md5sums=('88077aa8bdc6ca6e82fb711bfa92d29d'
'66bc0423e793af7b8ca75b9b175a42c8')
;;
esac