[arch-commits] Commit in sdl2_mixer/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Dec 14 12:14:13 UTC 2016


    Date: Wednesday, December 14, 2016 @ 12:14:12
  Author: svenstaro
Revision: 283219

Use sha512sums and HTTPS

Modified:
  sdl2_mixer/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-14 12:13:57 UTC (rev 283218)
+++ PKGBUILD	2016-12-14 12:14:12 UTC (rev 283219)
@@ -1,6 +1,5 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-
 pkgname=sdl2_mixer
 pkgver=2.0.1
 pkgrel=1
@@ -11,8 +10,8 @@
 depends=('sdl2' 'libvorbis' 'libmodplug' 'smpeg2' 'flac')
 makedepends=('fluidsynth')
 optdepends=('fluidsynth: MIDI software synth, replaces built-in timidity')
-source=("$url/release/SDL2_mixer-${pkgver}.tar.gz")
-md5sums=('c6c4f556d4415871f526248f5c9a627d')
+source=("https://www.libsdl.otg/projects/SDL_mixer/release/SDL2_mixer-${pkgver}.tar.gz")
+sha512sums=('bdf2b4fc302f9c3b41d40bfdd5132081439e6021e915f191e478235b7b6565e7b4c43e1172d2055066ad505e2bc70876123c58f5a67218b207c829ee66a84b9d')
 
 prepare() {
   cd "${srcdir}/SDL2_mixer-${pkgver}/"



More information about the arch-commits mailing list