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

Felix Yan felixonmars at archlinux.org
Sat Feb 20 13:13:54 UTC 2021


    Date: Saturday, February 20, 2021 @ 13:13:53
  Author: felixonmars
Revision: 866832

upgpkg: haskell-heaps 0.4-1: rebuild with heaps 0.4

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-20 13:12:28 UTC (rev 866831)
+++ PKGBUILD	2021-02-20 13:13:53 UTC (rev 866832)
@@ -2,20 +2,20 @@
 
 _hkgname=heaps
 pkgname=haskell-heaps
-pkgver=0.3.6.1
-pkgrel=11
+pkgver=0.4
+pkgrel=1
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps"
 license=('BSD')
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('7c3cfb4ca95538a51b418ab2d42171883c9c51860f63e6836d42845a43cead825016fce74ed5e866decf0a6812433c3ecd6989161f2303939bbcad8ef4aab0ef')
+sha512sums=('d99ee37d884010e266c05bd7de3a14f494f3dfa3f4801dfa97ce82f7b80304ad349aee407b4a8a4d3d3f46a3fab40f86377061a046e1d507969a911132625454')
 
 prepare() {
     cd $_hkgname-$pkgver
-    echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
+    gen-setup
 }
 
 build() {



More information about the arch-commits mailing list