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

Jan Steffens heftig at archlinux.org
Thu Mar 30 21:07:19 UTC 2017


    Date: Thursday, March 30, 2017 @ 21:07:18
  Author: heftig
Revision: 291913

1.0.3-6

Modified:
  sdl_sound/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 21:04:47 UTC (rev 291912)
+++ PKGBUILD	2017-03-30 21:07:18 UTC (rev 291913)
@@ -4,29 +4,29 @@
 
 pkgname=sdl_sound
 pkgver=1.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc="A library to decode several popular sound file formats, such as .WAV and .MP3"
-arch=('i686' 'x86_64')
-url="http://icculus.org/SDL_sound/"
-license=('LGPL')
-depends=('sdl' 'libmikmod' 'libvorbis' 'flac' 'speex' 'smpeg')
-source=(http://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
+url="https://icculus.org/SDL_sound/"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(sdl libmikmod libvorbis flac speex smpeg)
+source=(https://icculus.org/SDL_sound/downloads/SDL_sound-$pkgver.tar.gz 
         flac.patch)
-md5sums=('aa09cd52df85d29bee87a664424c94b5'
-         '302aa9dc94cc71dd3339ca3177d36e1c')
+sha256sums=('3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df'
+            '5ffe81fe08453f4abaa2611f9646db6b8fad0dfeaaf8c98b94613d5c6295c691')
 
 build() {
-  cd ${srcdir}/SDL_sound-${pkgver}
+  cd SDL_sound-$pkgver
 
-  CFLAGS="$CFLAGS -I/usr/include/smpeg" \
-  CXXFLAGS="$CXXFLAGS -I/usr/include/smpeg" \
+  CFLAGS+=" -I/usr/include/smpeg"
+  CXXFLAGS+=" -I/usr/include/smpeg"
+
   ./configure --prefix=/usr --disable-static
-
   make
 }
 
 package() {
-  cd ${srcdir}/SDL_sound-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd SDL_sound-$pkgver
+  make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list