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

Felix Yan felixonmars at archlinux.org
Sun Mar 15 18:33:35 UTC 2020


    Date: Sunday, March 15, 2020 @ 18:33:34
  Author: felixonmars
Revision: 598415

upgpkg: haskell-uuid-types 1.0.3-24: rebuild with hashable 1.3.0.0

Modified:
  haskell-uuid-types/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 18:31:27 UTC (rev 598414)
+++ PKGBUILD	2020-03-15 18:33:34 UTC (rev 598415)
@@ -4,7 +4,7 @@
 _hkgname=uuid-types
 pkgname=haskell-uuid-types
 pkgver=1.0.3
-pkgrel=23
+pkgrel=24
 pkgdesc="Type definitions for Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("BSD")
@@ -14,6 +14,11 @@
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('039bccea9ee22388a50e3e233c95afdd3a59f01aa5f552dcd8e8c1ded8f9da210933c58a4d9cc0913c768b587c24ee27fa0eed15e531846ea841b666f513df9e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i 's/< *1.3/<2/' $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list