Date: Sunday, November 19, 2017 @ 12:55:48 Author: muflone Revision: 267466
upgpkg: gmtp 1.3.11-1 Modified: gmtp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-11-19 12:30:01 UTC (rev 267465) +++ PKGBUILD 2017-11-19 12:55:48 UTC (rev 267466) @@ -3,8 +3,8 @@ # Contributor: yugrotavele <yugrotavele at archlinux dot us> pkgname=gmtp -pkgver=1.3.10 -pkgrel=2 +pkgver=1.3.11 +pkgrel=1 pkgdesc="A simple MP3 player client for MTP based devices" arch=('x86_64') url="http://gmtp.sourceforge.net/" @@ -11,7 +11,7 @@ license=('BSD') depends=('flac' 'gtk3' 'libmtp' 'libid3tag' 'libvorbis') source=("${pkgname}-${pkgver}.tar.gz"::"https://sourceforge.net/projects/gmtp/files/gMTP-${pkgver}/${pkgname}-${pkgver}.tar.gz/download") -sha256sums=('b21b9a8e66ae7bb09fc70ac7e317a0e32aff3917371a7241dea73c41db1dd13b') +sha256sums=('5a830c9c448aa2caf7a844aaa9ba38c2ac0239547366c1e6874e0080bd5f0613') build() { cd "${pkgname}-${pkgver}"