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

Felix Yan felixonmars at gemini.archlinux.org
Fri Nov 5 21:40:52 UTC 2021


    Date: Friday, November 5, 2021 @ 21:40:52
  Author: felixonmars
Revision: 1037296

upgpkg: haskell-pointed 5.0.3-1: rebuild with pointed 5.0.3

Modified:
  haskell-pointed/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-05 21:10:22 UTC (rev 1037295)
+++ PKGBUILD	2021-11-05 21:40:52 UTC (rev 1037296)
@@ -3,8 +3,8 @@
 
 _hkgname=pointed
 pkgname=haskell-pointed
-pkgver=5.0.2
-pkgrel=109
+pkgver=5.0.3
+pkgrel=1
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/"
 license=("BSD")
@@ -12,13 +12,13 @@
 depends=('ghc-libs' 'haskell-comonad' 'haskell-data-default-class' 'haskell-hashable'
          'haskell-kan-extensions' 'haskell-semigroupoids' 'haskell-tagged'
          'haskell-transformers-compat' 'haskell-unordered-containers')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('dc1c60108cf13f089c66511c6cc6cc695de3614fcaa93be54f9b71eb2ed07d4b3b8d9a550e9ba4d73322445eda36679d7abc554ec807755a2e13722cc68627e0')
+sha512sums=('e68375506d08002c5f0a76c24a40bdc7b28fea0e447f213c441bc22571846c3685a4833f19e224406f975236fd0bbaacecf6ea0ec1ec056254863f2b65aecbaa')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' $_hkgname.cabal
+    uusi -d semigroups $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list