Date: Saturday, November 19, 2022 @ 23:40:17
  Author: felixonmars
Revision: 1349759

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

Modified:
  haskell-lens/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-19 22:32:00 UTC (rev 1349758)
+++ PKGBUILD    2022-11-19 23:40:17 UTC (rev 1349759)
@@ -3,8 +3,8 @@
 
 _hkgname=lens
 pkgname=haskell-lens
-pkgver=5.1.1
-pkgrel=47
+pkgver=5.2
+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=('2d64cf710b7835e63a6e5af4a3075968354e01cbcd03b1ce4f7bbc56662d029b7dc399b2d8918692715f6e94f5885a63b811704b9016284dc54d9950d9142a78')
+sha512sums=('6668d3430437cc0a84ee30b034323394ca45aa3ed2846555be2af5ce6fe4f26051dea8fca4941b574129c5051b66f6e27b877dcfad095d3e7c0df883fcd9910e')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u vector $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to