diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-12 10:29:34 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2020-04-12 10:29:34 -0500 |
commit | 97667f9cfe4491f9b304c557e07387e0c0a3f1cb (patch) | |
tree | 84dd2b1b4e2fb687c9a119791c9f3617d55896b3 /libre/performous-freesongs/PKGBUILD | |
parent | 9301a77661ef933310d556f32604ea57788a3357 (diff) | |
download | abslibre-97667f9cfe4491f9b304c557e07387e0c0a3f1cb.tar.gz abslibre-97667f9cfe4491f9b304c557e07387e0c0a3f1cb.tar.bz2 abslibre-97667f9cfe4491f9b304c557e07387e0c0a3f1cb.zip |
performous-freesongs-20100713-4.parabola1: rebuild
Diffstat (limited to 'libre/performous-freesongs/PKGBUILD')
-rw-r--r-- | libre/performous-freesongs/PKGBUILD | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/libre/performous-freesongs/PKGBUILD b/libre/performous-freesongs/PKGBUILD index c8202e3f4..8cd3d0630 100644 --- a/libre/performous-freesongs/PKGBUILD +++ b/libre/performous-freesongs/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 115364 2014-07-09 12:52:40Z fyan $ -# Maintainer (Arch) : Laurent Carlier <lordheavym@gmail.com> +# Maintainer (Arch): Laurent Carlier <lordheavym@gmail.com> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=performous-freesongs pkgver=20100713 -pkgrel=3.parabola2 -pkgdesc="A collection of free songs for performous game, without nonfree songs" -url="http://performous.org/songs.html" +pkgrel=4 +pkgrel+=.parabola1 +pkgdesc="A collection of free songs for performous game" +pkgdesc+=", without nonfree songs" +url="https://performous.org/songs.html" arch=('any') license=('GPL' 'CCPL') -mksource=(http://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip) -source=(https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-${pkgver}.tar.xz) -mkmd5sums=('350226f3f971b45666b421e2e782273b') -md5sums=('83ad7ef387473ed755b89b21f9b67f2a') +source=(https://sourceforge.net/projects/performous/files/ultrastar-songs-libre/3/ultrastar-songs-libre-3.zip) +sha512sums=('820e3637a7b778c92ed1a8b925802134fa2146879b3e03e88cd412de5414635c90fe256dfaf984cfa3e8b07b7da8531dc3061b7c4e1bb4422127b469b2345e66') -mksource() { +prepare() { # remove nonfree songs rm -rv ${srcdir}/songs/libre/Thor\ -\ Free\ Software\ Song/ } |