[arch-commits] Commit in haskell-snap-core/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 9 20:55:02 UTC 2022


    Date: Thursday, June 9, 2022 @ 20:55:02
  Author: felixonmars
Revision: 1229817

upgpkg: haskell-snap-core 1.0.5.0-24: rebuild with unix-compat 0.6

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-09 20:53:27 UTC (rev 1229816)
+++ PKGBUILD	2022-06-09 20:55:02 UTC (rev 1229817)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.5.0
-pkgrel=23
+pkgrel=24
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/snapframework/snap-core"
 license=('BSD')
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d bytestring-builder -u hashable $_hkgname.cabal
+    uusi -d bytestring-builder -u hashable -u unix-compat $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list