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

Felix Yan felixonmars at archlinux.org
Mon Dec 28 18:26:19 UTC 2020


    Date: Monday, December 28, 2020 @ 18:26:19
  Author: felixonmars
Revision: 795758

upgpkg: haskell-tagged 0.8.6.1-1: rebuild with tagged 0.8.6.1

Modified:
  haskell-tagged/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-28 18:07:39 UTC (rev 795757)
+++ PKGBUILD	2020-12-28 18:26:19 UTC (rev 795758)
@@ -3,8 +3,8 @@
 
 _hkgname=tagged
 pkgname=haskell-tagged
-pkgver=0.8.6
-pkgrel=13
+pkgver=0.8.6.1
+pkgrel=1
 pkgdesc="Haskell 98 phantom types to avoid unsafely passing dummy arguments"
 url="https://github.com/ekmett/tagged"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8cec49ea6f54ba84109ec6068cce209321bfa4662d5acdf75e4019087e2890e3056bf13a237cb5caf3fec597b05b710ebbfb74e06b736b7fb2f87941defeb814')
+sha512sums=('289be845821aada538caf3fd0fc85b8ed115c657dc5beb0408816e43cf72153881ad305a982effa572a46e5b1842d2772af44313674cb0a252db8aeb6953f345')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.15/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list