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

Felix Yan felixonmars at gemini.archlinux.org
Sun May 29 03:48:58 UTC 2022


    Date: Sunday, May 29, 2022 @ 03:48:58
  Author: felixonmars
Revision: 1213805

upgpkg: haskell-kvitable 1.0.1.0-1: rebuild with kvitable 1.0.1.0

Modified:
  haskell-kvitable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 03:47:10 UTC (rev 1213804)
+++ PKGBUILD	2022-05-29 03:48:58 UTC (rev 1213805)
@@ -2,23 +2,18 @@
 
 _hkgname=kvitable
 pkgname=haskell-kvitable
-pkgver=1.0.0.0
-pkgrel=77
+pkgver=1.0.1.0
+pkgrel=1
 pkgdesc="Key/Value Indexed Table container and formatting library"
 url="https://hackage.haskell.org/package/kvitable"
 license=("custom:ISC")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-lucid' 'haskell-microlens' 'haskell-prettyprinter')
-makedepends=('ghc' 'uusi' 'haskell-html-parse' 'haskell-pretty-show' 'haskell-tasty'
+makedepends=('ghc' 'haskell-html-parse' 'haskell-pretty-show' 'haskell-tasty'
              'haskell-tasty-hunit')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('9fcb3fc96d6e1f2ac5f580d03b04a1e13f534f247498fb3b0beb89e100f715dd')
+sha256sums=('89a65028011bdb1d35d5551c18348b94563b724212a0dfd3e1e484de56a01a48')
 
-prepare() {
-  cd $_hkgname-$pkgver
-  uusi -u lucid $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list