Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-store
Commits:
35abf47c by Felix Yan at 2025-03-11T01:28:40+08:00
upgpkg: 0.7.20-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-store
pkgdesc = Fast binary serialization
- pkgver = 0.7.19
- pkgrel = 11
+ pkgver = 0.7.20
+ pkgrel = 1
url = https://github.com/mgsloan/store
arch = x86_64
license = BSD
@@ -38,7 +38,7 @@ pkgbase = haskell-store
depends = haskell-unordered-containers
depends = haskell-vector
depends = haskell-void
- source =
https://hackage.haskell.org/packages/archive/store/0.7.19/store-0.7.19.tar.gz
- sha512sums =
bf3ce45dbf1d52cd1429f30cc54a605a9666aad8c4665f5e3573bd9e6f6484468a30ae23635a707e75d1167df5e11e940a4f04ce0c787b6ff43802e20f321675
+ source =
https://hackage.haskell.org/packages/archive/store/0.7.20/store-0.7.20.tar.gz
+ sha512sums =
c5cff0fa0503b21064181f43a383f33923bba6bdf5b83262e04c39471f291e03908d6f5c6f98cf16d17868da72f61f426097fe236d603901611a6561b815c1d4
pkgname = haskell-store
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=store
pkgname=haskell-store
-pkgver=0.7.19
-pkgrel=11
+pkgver=0.7.20
+pkgrel=1
pkgdesc="Fast binary serialization"
url="https://github.com/mgsloan/store"
license=('BSD')
@@ -18,7 +18,7 @@ depends=('ghc-libs' 'haskell-async' 'haskell-base-orphans'
'haskell-base64-bytes
'haskell-vector' 'haskell-void')
makedepends=('ghc' 'uusi' 'haskell-clock' 'haskell-hspec-discover')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bf3ce45dbf1d52cd1429f30cc54a605a9666aad8c4665f5e3573bd9e6f6484468a30ae23635a707e75d1167df5e11e940a4f04ce0c787b6ff43802e20f321675')
+sha512sums=('c5cff0fa0503b21064181f43a383f33923bba6bdf5b83262e04c39471f291e03908d6f5c6f98cf16d17868da72f61f426097fe236d603901611a6561b815c1d4')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-store/-/commit/35abf47c5b5f1689bcd8421114511be8c3c6ccf6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-store/-/commit/35abf47c5b5f1689bcd8421114511be8c3c6ccf6
You're receiving this email because of your account on gitlab.archlinux.org.