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

Felix Yan felixonmars at gemini.archlinux.org
Fri Oct 22 10:41:18 UTC 2021


    Date: Friday, October 22, 2021 @ 10:41:17
  Author: felixonmars
Revision: 1032208

upgpkg: haskell-semigroupoids 5.3.6-1: rebuild with semigroupoids 5.3.6

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-22 10:35:48 UTC (rev 1032207)
+++ PKGBUILD	2021-10-22 10:41:17 UTC (rev 1032208)
@@ -3,8 +3,8 @@
 
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
-pkgver=5.3.5
-pkgrel=64
+pkgver=5.3.6
+pkgrel=1
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids"
 license=("BSD")
@@ -12,15 +12,10 @@
 depends=('ghc-libs' 'haskell-base-orphans' 'haskell-bifunctors' 'haskell-comonad' 'haskell-contravariant'
          'haskell-distributive' 'haskell-hashable' 'haskell-tagged' 'haskell-transformers-compat'
          'haskell-unordered-containers')
-makedepends=('ghc' 'uusi' 'haskell-cabal-doctest' 'haskell-doctest')
+makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('472a46ad2721c7007d73db6b560af525c4cf6889d8633486c4330bbb40d1946a1400b21a0fe1b323a7211bf8e9aa1efaf41967e3e578d5ad8e6e79dda2e27d04')
+sha512sums=('98068c37c99b9c0abbe904e83332f1fb264b59439983edf558c1aca595ae2a1f332d272630ace67c2b2e7cfbc35b6ec5d4ac0d5b1844ed216e7b829278ae55da')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u transformers-compat $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list