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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 1 23:13:01 UTC 2022


    Date: Tuesday, February 1, 2022 @ 23:13:01
  Author: felixonmars
Revision: 1122191

upgpkg: haskell-retrie 1.1.0.0-1: rebuild with retrie 1.1.0.0

Modified:
  haskell-retrie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-01 23:07:40 UTC (rev 1122190)
+++ PKGBUILD	2022-02-01 23:13:01 UTC (rev 1122191)
@@ -2,20 +2,21 @@
 
 _hkgname=retrie
 pkgname=haskell-retrie
-pkgver=1.0.0.0
-pkgrel=48
+pkgver=1.1.0.0
+pkgrel=1
 pkgdesc="A powerful, easy-to-use codemodding tool for Haskell."
 url="https://github.com/facebookincubator/retrie"
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-data-default'
-         'haskell-ghc-exactprint' 'haskell-src-exts' 'haskell-optparse-applicative'
-         'haskell-random-shuffle' 'haskell-syb' 'haskell-unordered-containers')
+         'haskell-ghc-exactprint' 'haskell-src-exts' 'haskell-list-t'
+         'haskell-optparse-applicative' 'haskell-random-shuffle' 'haskell-syb'
+         'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-hunit' 'haskell-ghc-paths' 'haskell-tasty' 'haskell-tasty-hunit'
              'haskell-temporary')
 checkdepends=('git' 'mercurial')
 source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('aae30c8d69ac32217aa9daa21cfdc99d285fbf9c413fe0c08f76c2f8b38a5909a49358330242252ce1554af5bfea10c8e4d523efcfb9efdbe2ebc124d40a6afa')
+sha512sums=('71a27d5a6c0a17b353927c19b19b2f5e94ac33fc1c2cb988324d8a21b449bfdc3c08c5f06d9ea251eedb0888c5db9a59cbf728833e7b9c84f669148ca782dc23')
 
 build() {
   cd $_hkgname-$pkgver
@@ -46,6 +47,4 @@
   runhaskell Setup copy --destdir="$pkgdir"
   install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
   rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/bin/demo
 }



More information about the arch-commits mailing list