Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-vector
Commits:
c213b246 by Felix Yan at 2023-11-15T14:31:16+02:00
upgpkg: 0.13.1.0-1: rebuild with vector 0.13.1.0 (rebuild pass 1, specified
--nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-vector
pkgdesc = Efficient Arrays
- pkgver = 0.13.0.0
- pkgrel = 61
+ pkgver = 0.13.1.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/vector
arch = x86_64
license = BSD
@@ -17,9 +17,7 @@ pkgbase = haskell-vector
depends = ghc-libs
depends = haskell-primitive
depends = haskell-vector-stream
- source =
https://hackage.haskell.org/packages/archive/vector/0.13.0.0/vector-0.13.0.0.tar.gz
- source =
haskell-vector-fix-float-testdata.patch::https://github.com/haskell/vector/pull/461.patch
- sha512sums =
aadb33cb1acf3cc634631fbf6a8764fb92514a43c17395e305c9fcc91e0768ce51cec30c542a9ba998bf90e297732082ef5dbbf74232c885d613ac0fb7bcd2e1
- sha512sums =
32a12a00d01c2c9902c0e60623b1f516a3a9cf3d219f30a13a3ed911d7088d1519d12bb8810951fdeb72104daec75dd5037c97edcb94aaa6c3f741719d6284e9
+ source =
https://hackage.haskell.org/packages/archive/vector/0.13.1.0/vector-0.13.1.0.tar.gz
+ sha512sums =
7c29df2449ee3858906c324cd8bc9128d97ab733bb11a010388cc06f85134cfeaea087ceefc2e3ca5ba06d6921f8cd2bb53c5dbc61d0e59cf004075b5c1d15c2
pkgname = haskell-vector
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Sergej Pupykin <[email protected]>
pkgname=haskell-vector
-pkgver=0.13.0.0
-pkgrel=61
+pkgver=0.13.1.0
+pkgrel=1
pkgdesc="Efficient Arrays"
url="https://hackage.haskell.org/package/vector"
license=("BSD")
@@ -12,15 +12,8 @@ makedepends=('ghc')
checkdepends=('haskell-base-orphans' 'haskell-hunit' 'haskell-quickcheck'
'haskell-random'
'haskell-tasty' 'haskell-tasty-hunit'
'haskell-tasty-inspection-testing'
'haskell-tasty-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz"
-
$pkgname-fix-float-testdata.patch::https://github.com/haskell/vector/pull/461.patch)
-sha512sums=('aadb33cb1acf3cc634631fbf6a8764fb92514a43c17395e305c9fcc91e0768ce51cec30c542a9ba998bf90e297732082ef5dbbf74232c885d613ac0fb7bcd2e1'
-
'32a12a00d01c2c9902c0e60623b1f516a3a9cf3d219f30a13a3ed911d7088d1519d12bb8810951fdeb72104daec75dd5037c97edcb94aaa6c3f741719d6284e9')
-
-prepare() {
- cd vector-$pkgver
- patch -p2 -i ../$pkgname-fix-float-testdata.patch
-}
+source=("https://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz")
+sha512sums=('7c29df2449ee3858906c324cd8bc9128d97ab733bb11a010388cc06f85134cfeaea087ceefc2e3ca5ba06d6921f8cd2bb53c5dbc61d0e59cf004075b5c1d15c2')
build() {
cd vector-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vector/-/commit/c213b2463320288a03096f4ece5d6c247a4a46c9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vector/-/commit/c213b2463320288a03096f4ece5d6c247a4a46c9
You're receiving this email because of your account on gitlab.archlinux.org.