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

Jan de Groot jgc at archlinux.org
Sat Feb 18 13:28:36 UTC 2017


    Date: Saturday, February 18, 2017 @ 13:28:35
  Author: jgc
Revision: 289193

upgpkg: alsa-utils 1.1.3-2

Remove pm-utils hook as pm-utils is gone now
Use sha256

Modified:
  alsa-utils/trunk/PKGBUILD
Deleted:
  alsa-utils/trunk/90alsa

----------+
 90alsa   |   13 -------------
 PKGBUILD |    9 +++------
 2 files changed, 3 insertions(+), 19 deletions(-)

Deleted: 90alsa
===================================================================
--- 90alsa	2017-02-18 13:19:18 UTC (rev 289192)
+++ 90alsa	2017-02-18 13:28:35 UTC (rev 289193)
@@ -1,13 +0,0 @@
-#!/bin/sh
-#
-# 90alsa: suspend/wakeup ALSA devices
-
-case "$1" in
-hibernate|suspend)
-;;
-thaw|resume)
-aplay -d 1 /dev/zero
-;;
-*) exit $NA
-;;
-esac

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 13:19:18 UTC (rev 289192)
+++ PKGBUILD	2017-02-18 13:28:35 UTC (rev 289193)
@@ -4,7 +4,7 @@
 
 pkgname=alsa-utils
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('i686' 'x86_64')
 url="http://www.alsa-project.org"
@@ -12,8 +12,8 @@
 depends=("alsa-lib>1.0.24" 'pciutils' 'ncurses' 'psmisc' 'libsamplerate' 'fftw')
 makedepends=('xmlto' 'docbook-xsl')
 license=('GPL')
-source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
-        90alsa)
+source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -29,7 +29,6 @@
 package() {
   cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
-  install -D -m755 ../90alsa ${pkgdir}/etc/pm/sleep.d/90alsa
 
   # install alsa udev rule file
   install -D -m644 alsactl/90-alsa-restore.rules \
@@ -38,5 +37,3 @@
   # dir where to save ALSA state
   install -d ${pkgdir}/var/lib/alsa
 }
-md5sums=('2bf94d3e3410dcc74bb0dae10d46a979'
-         '529216f6a46e61a546640e08ea7a0879')



More information about the arch-commits mailing list