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

Antonio Rojas arojas at archlinux.org
Fri Jan 29 20:17:02 UTC 2021


    Date: Friday, January 29, 2021 @ 20:17:02
  Author: arojas
Revision: 835588

Update to 2.4.5

Modified:
  lib32-libshout/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-29 20:16:07 UTC (rev 835587)
+++ PKGBUILD	2021-01-29 20:17:02 UTC (rev 835588)
@@ -6,7 +6,7 @@
 
 pkgname=lib32-libshout
 _pkgname=libshout
-pkgver=2.4.4
+pkgver=2.4.5
 pkgrel=1
 pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 license=('LGPL')
 source=("https://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-md5sums=('f8788ea09e03a57e91a9942913d13aa6')
+md5sums=('f77083cf790386297d86536b76a88b1c')
 
 prepare() {
   cd ${_pkgname}-${pkgver}
@@ -35,5 +35,5 @@
 package() {
   cd ${_pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  rm -r "$pkgdir"/usr/{include,share}
+  rm -r "$pkgdir"/usr/{bin,include,share}
 }



More information about the arch-commits mailing list