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

Felix Yan fyan at archlinux.org
Thu Feb 18 08:10:29 UTC 2016


    Date: Thursday, February 18, 2016 @ 09:10:29
  Author: fyan
Revision: 162220

upgpkg: lib32-libshout 2.4.1-1

Modified:
  lib32-libshout/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-18 08:08:12 UTC (rev 162219)
+++ PKGBUILD	2016-02-18 08:10:29 UTC (rev 162220)
@@ -7,29 +7,29 @@
 
 pkgname=lib32-libshout
 _pkgname=libshout
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
 pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
 arch=('x86_64')
-depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'libshout')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 'libshout')
 url="http://www.icecast.org/"
 options=('!emptydirs')
 license=('LGPL')
 source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('11765b2592e7ea623ccd93d3f8df172c')
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
 
 build() {
   export CC="gcc -m32"
   export CXX="g++ -m32"
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  cd "${srcdir}/${_pkgname}-${pkgver}"
+
+  cd ${_pkgname}-${pkgver}
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 --libexecdir=/usr/lib32
   make
 }
 
 package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
+  cd ${_pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  cd "$pkgdir/usr/"
-  rm -rf {include,share}/
+  rm -r "$pkgdir"/usr/{include,share}
 }



More information about the arch-commits mailing list