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

Felix Yan felixonmars at archlinux.org
Mon Aug 27 05:02:37 UTC 2018


    Date: Monday, August 27, 2018 @ 05:02:37
  Author: felixonmars
Revision: 374572

upgpkg: haskell-vector-algorithms 0.7.0.4-1

rebuild with vector-algorithms 0.7.0.4

Modified:
  haskell-vector-algorithms/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-27 05:01:50 UTC (rev 374571)
+++ PKGBUILD	2018-08-27 05:02:37 UTC (rev 374572)
@@ -4,7 +4,7 @@
 
 _hkgname=vector-algorithms
 pkgname=haskell-vector-algorithms
-pkgver=0.7.0.3
+pkgver=0.7.0.4
 pkgrel=1
 pkgdesc="Efficient algorithms for vector arrays"
 url="https://github.com/erikd/vector-algorithms/"
@@ -13,12 +13,8 @@
 depends=('ghc-libs' "haskell-mwc-random" "haskell-primitive" "haskell-vector")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('929dee06930449d003c3ec0376c743e992aa6f80ee22984d06301ed48bb1a647b384cfcd1653556baa7bae125f1e934d10ef38166dcbb6b87f20d1d173cacaac')
+sha512sums=('056c8e5e9ff4b2899f2520edcbc1d8bdde70f3d38b390421df84274d20f6fc2cbd0d0d264001f7383ea69f36fa59cfb6fa8c63123daada6c7f01e8223a6a4064')
 
-prepare() {
-    sed -i 's/vector >= 0.6 && < 0.12,/vector >= 0.6 \&\& < 0.13,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list