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

Felix Yan felixonmars at archlinux.org
Tue Apr 13 19:40:42 UTC 2021


    Date: Tuesday, April 13, 2021 @ 19:40:42
  Author: felixonmars
Revision: 918292

upgpkg: haskell-vector-binary-instances 0.2.5.2-1: rebuild with vector-binary-instances 0.2.5.2

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-13 19:38:33 UTC (rev 918291)
+++ PKGBUILD	2021-04-13 19:40:42 UTC (rev 918292)
@@ -3,22 +3,17 @@
 
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
-pkgver=0.2.5.1
-pkgrel=122
+pkgver=0.2.5.2
+pkgrel=1
 pkgdesc="Instances of Data.Binary for vector"
 url="https://github.com/bos/vector-binary-instances"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-vector")
+depends=('ghc-libs' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a16202b8ca3f88df82c27b37511087008579296363c73fe09ab19b00dee0fbaf98699b79b08d7e7410fcd062c03f2c5d1560f6b1c9ebf1ab8290596a35758be0')
+sha512sums=('885dff7f6508113c355bb125c3949fd722ea5c6e834beb3083e1e6cc16f84bba1b8fd44cd41990af79f095a18fd282dd1ccd94ccf586c5ca08e54b0454575d03')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/<.*4.13/<5/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list