[arch-commits] Commit in haskell-alsa-mixer/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 8 06:30:06 UTC 2021
Date: Tuesday, June 8, 2021 @ 06:30:05
Author: felixonmars
Revision: 958653
upgpkg: haskell-alsa-mixer 0.3.0-71: rebuild with ghc 8.10.5
Modified:
haskell-alsa-mixer/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-08 06:28:53 UTC (rev 958652)
+++ PKGBUILD 2021-06-08 06:30:05 UTC (rev 958653)
@@ -3,7 +3,7 @@
_hkgname=alsa-mixer
pkgname=haskell-${_hkgname}
pkgver=0.3.0
-pkgrel=70
+pkgrel=71
pkgdesc='Bindings to the ALSA simple mixer API'
url='https://hackage.haskell.org/package/alsa-mixer'
license=('BSD')
@@ -32,7 +32,7 @@
check() {
cd ${_hkgname}-${pkgver}
- runhaskell Setup test
+ runhaskell Setup test --show-details=direct
}
package() {
More information about the arch-commits
mailing list