Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-vector-hashtables
Commits:
a58736ae by Felix Yan at 2023-12-23T19:36:24+02:00
upgpkg: 0.1.1.4-1: rebuild with vector-hashtables 0.1.1.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-vector-hashtables
pkgdesc = Efficient vector-based mutable hashtables implementation.
- pkgver = 0.1.1.3
- pkgrel = 29
+ pkgver = 0.1.1.4
+ pkgrel = 1
url = https://github.com/klapaucius/vector-hashtables#readme
arch = x86_64
license = BSD
@@ -14,7 +14,7 @@ pkgbase = haskell-vector-hashtables
depends = haskell-hashable
depends = haskell-primitive
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/vector-hashtables/0.1.1.3/vector-hashtables-0.1.1.3.tar.gz
- sha256sums =
662fc65641871dcbc324db3cf055f2f3482520451a74276b37e307ceb63e2342
+ source =
https://hackage.haskell.org/packages/archive/vector-hashtables/0.1.1.4/vector-hashtables-0.1.1.4.tar.gz
+ sha256sums =
4c5d75a3384e76ea4c02587c2bd8123cff3c5c8aab182cee58aea38d824c715b
pkgname = haskell-vector-hashtables
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=vector-hashtables
pkgname=haskell-vector-hashtables
-pkgver=0.1.1.3
-pkgrel=29
+pkgver=0.1.1.4
+pkgrel=1
pkgdesc="Efficient vector-based mutable hashtables implementation."
url="https://github.com/klapaucius/vector-hashtables#readme"
license=("BSD")
@@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-hashable' 'haskell-primitive'
'haskell-vector')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec'
'haskell-hspec-discover'
'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('662fc65641871dcbc324db3cf055f2f3482520451a74276b37e307ceb63e2342')
+sha256sums=('4c5d75a3384e76ea4c02587c2bd8123cff3c5c8aab182cee58aea38d824c715b')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vector-hashtables/-/commit/a58736aecaf60ed34513faa70da678d743adeb00
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-vector-hashtables/-/commit/a58736aecaf60ed34513faa70da678d743adeb00
You're receiving this email because of your account on gitlab.archlinux.org.