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

Felix Yan felixonmars at archlinux.org
Wed Jul 24 17:08:55 UTC 2019


    Date: Wednesday, July 24, 2019 @ 17:08:55
  Author: felixonmars
Revision: 492697

upgpkg: haskell-data-clist 0.1.2.3-1

rebuild with data-clist 0.1.2.3

Modified:
  haskell-data-clist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-24 17:07:35 UTC (rev 492696)
+++ PKGBUILD	2019-07-24 17:08:55 UTC (rev 492697)
@@ -3,8 +3,8 @@
 
 _hkgname=data-clist
 pkgname=haskell-data-clist
-pkgver=0.1.2.2
-pkgrel=11
+pkgver=0.1.2.3
+pkgrel=1
 pkgdesc="Simple functional ring type."
 url="https://github.com/sw17ch/data-clist"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' "haskell-quickcheck")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('fe94838d19fa13daca258cf40b5df6303b55ed0ff70eccbef16cab22766028bdb9568547c85e3bf3ad95d858418887aae9d21e1873fb6fb8ac48c57310034ccb')
+sha512sums=('efd547b36452f46943778059b5b7854932b9459faa3e196bae9571504ad4f4cb71f07c5b2f8d05faa1752147704008ac1091d391e341b6775534e250939e63c4')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.13/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list