Date: Thursday, January 11, 2018 @ 18:37:23 Author: dvzrv Revision: 281367
upgpkg: solfege 3.22.2-3 Updating maintainer. Switching to gnu upstream for url and source. Switching to https and signature for source. Switching to sha512sums. Adding validgpgkeys. Modified: solfege/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-11 18:35:53 UTC (rev 281366) +++ PKGBUILD 2018-01-11 18:37:23 UTC (rev 281367) @@ -1,15 +1,15 @@ # $Id$ +# Maintainer: David Runge <[email protected]> # Maintainer: Ray Rashif <[email protected]> # Contributor: Corrado Primier <[email protected]> # Contributor: sickhate <[email protected]> -# TODO: bring in pyalsa, csound, mma pkgname=solfege pkgver=3.22.2 -pkgrel=2 +pkgrel=3 pkgdesc="Music education and ear training software" arch=('x86_64') -url="http://www.solfege.org/" +url="https://www.gnu.org/software/solfege/" license=('GPL3') depends=('pygtk' 'librsvg') makedepends=('ghostscript' 'gnome-doc-utils' 'libxslt' @@ -20,8 +20,10 @@ 'vorbis-tools: or any OGG player & WAV-OGG converter' 'lilypond: for generating print-outs & score sheets' 'texlive-bin: use LaTeX to replace HTML reports with DVI') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('ee9778d2b960b7afb375c5b3c3878222') +source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +sha512sums=('475d2eea54d0c6b2cb11a5271a02ca64e79c45fb6155d87a01b16e826669a07cca0b4c2543cbbb1ce8d36412ccfd64e8052de1efad3db19f34d7e0a984d7459a' + 'SKIP') +validgpgkeys=('D1820E3CCB05255CCD9855988143F7EEA5E43EA3') build() { cd "$srcdir/$pkgname-$pkgver"
