[arch-commits] Commit in haskell-uuid-types/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Aug 25 16:34:59 UTC 2020


    Date: Tuesday, August 25, 2020 @ 16:34:58
  Author: felixonmars
Revision: 688471

upgpkg: haskell-uuid-types 1.0.3-37: rebuild with random 1.2.0

Modified:
  haskell-uuid-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-25 16:32:53 UTC (rev 688470)
+++ PKGBUILD	2020-08-25 16:34:58 UTC (rev 688471)
@@ -4,7 +4,7 @@
 _hkgname=uuid-types
 pkgname=haskell-uuid-types
 pkgver=1.0.3
-pkgrel=36
+pkgrel=37
 pkgdesc="Type definitions for Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("BSD")
@@ -16,7 +16,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i 's/< *1.3/<2/' $_hkgname.cabal
+    sed -i 's/< *1.3/<2/;s/< *1.2/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list