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

Anatol Pomozov anatolik at archlinux.org
Mon Nov 19 05:56:05 UTC 2018


    Date: Monday, November 19, 2018 @ 05:56:03
  Author: anatolik
Revision: 340114

Replace md5sums with sha1sums

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-18 23:47:50 UTC (rev 340113)
+++ PKGBUILD	2018-11-19 05:56:03 UTC (rev 340114)
@@ -12,15 +12,14 @@
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2
         fix_streams.patch::'http://git.alsa-project.org/?p=alsa-lib.git;a=patch;h=b420056604f06117c967b65d43d01536c5ffcbc9')
+sha1sums=('eca62790517220297ec82ba8a5258bcb6e708866'
+          '92da3c05177c5ac8ab0892f56a4360b60c444939')
 
-
-
 prepare() {
   cd $srcdir/$pkgname-$pkgver
   patch -p1 < ../fix_streams.patch  # FS60591
 }
 
-
 build() {
   cd "$srcdir/$pkgname-$pkgver"
   ./configure --without-debug --prefix=/usr --with-pythonlibs="-lpthread -lm -ldl -lpython2.7" --with-pythonincludes=-I/usr/include/python2.7
@@ -31,5 +30,3 @@
   cd "$srcdir/$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
 }
-md5sums=('51ca1283e27e7dc10207ccce33919cf2'
-         '4e70371f011e7875c11e805654d851a4')



More information about the arch-commits mailing list