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

David Runge dvzrv at archlinux.org
Thu Jun 11 16:36:29 UTC 2020


    Date: Thursday, June 11, 2020 @ 16:36:28
  Author: dvzrv
Revision: 388815

upgpkg: alsa-utils 1.2.3-1: Upgrading to 1.2.3.

Adding emptydirs to options array for empty /var/lib/alsa directory, which is used for state file.

Modified:
  alsa-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-11 16:28:54 UTC (rev 388814)
+++ PKGBUILD	2020-06-11 16:36:28 UTC (rev 388815)
@@ -3,7 +3,7 @@
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=alsa-utils
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="Advanced Linux Sound Architecture - Utilities"
 arch=('x86_64')
@@ -13,8 +13,11 @@
 makedepends=('alsa-lib' 'docbook-xsl' 'fftw' 'libsamplerate' 'ncurses'
 'systemd' 'xmlto')
 optdepends=('fftw: for alsabat')
+# we require /var/lib/alsa for state file
+options=(emptydirs)
 source=("https://www.alsa-project.org/files/pub/utils/$pkgname-$pkgver.tar.bz2")
-sha512sums=('30598c658f3f2ad71a5ce7911b09ae13add54b293bcf3bebb053371d84a91528bd64fd376f167456b2e27e2546a2279019678e099247513e5142b283af756fd9')
+sha512sums=('5aeba2e5b7279c62d4df85b61a26b3f41e5465bac5a0b94c7bbe1299f7aa38e8cf2a1f749f618289a63b61f76609fe54169fcbe70792b45adc8957811b672012')
+b2sums=('70037123de16d4d267fbe862acba31144e1f060cb01c294cf0691d9378e1f04b108c9f3a5e071979abe9b5c1c15a49facc9e0be73122caaf812047a514e4de4d')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list