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

Felix Yan felixonmars at gemini.archlinux.org
Mon Jan 17 04:54:55 UTC 2022


    Date: Monday, January 17, 2022 @ 04:54:55
  Author: felixonmars
Revision: 1107267

upgpkg: haskell-lens 5.1-1: rebuild with lens 5.1

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 04:42:27 UTC (rev 1107266)
+++ PKGBUILD	2022-01-17 04:54:55 UTC (rev 1107267)
@@ -3,8 +3,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=5.0.1
-pkgrel=62
+pkgver=5.1
+pkgrel=1
 pkgdesc="Lenses, Folds and Traversals"
 url="https://github.com/ekmett/lens/"
 license=("BSD")
@@ -16,17 +16,12 @@
          'haskell-profunctors' 'haskell-reflection' 'haskell-semigroupoids' 'haskell-strict'
          'haskell-tagged' 'haskell-th-abstraction' 'haskell-these'
          'haskell-transformers-compat' 'haskell-unordered-containers' 'haskell-vector')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect'
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-simple-reflect'
              'haskell-test-framework' 'haskell-test-framework-hunit'
              'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('03b5407003e19ead5778938a37ad25c50d2a7e5acae2e9b644bf07267357a994df11328a4d0ee0f4d3b9b8671071773e9a520ac14125f6b0a22a28d9efd988fa')
+sha512sums=('918683ee9cee40c00843dcc70ec7dc6a60f6638bc1d16303925dd575ea7e859082f4913e5d6d94fd378064f793d563191a4dcb7e5305831a696e620900da5a81')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u call-stack $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list