Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-stm-hamt
Commits:
81ae6b1d by Felix Yan at 2023-11-06T08:17:39+02:00
upgpkg: 1.2.0.13-1: rebuild with stm-hamt 1.2.0.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-stm-hamt
pkgdesc = STM-specialised Hash Array Mapped Trie
- pkgver = 1.2.0.12
- pkgrel = 3
+ pkgver = 1.2.0.13
+ pkgrel = 1
url = https://github.com/nikita-volkov/stm-hamt
arch = x86_64
license = MIT
@@ -20,7 +20,7 @@ pkgbase = haskell-stm-hamt
depends = haskell-list-t
depends = haskell-primitive
depends = haskell-primitive-extras
- source =
https://hackage.haskell.org/packages/archive/stm-hamt/1.2.0.12/stm-hamt-1.2.0.12.tar.gz
- sha256sums =
1072522f9f855833f999915a8baca586ad3ed565d9504d62b9e3cebd09f4d6b0
+ source =
https://hackage.haskell.org/packages/archive/stm-hamt/1.2.0.13/stm-hamt-1.2.0.13.tar.gz
+ sha256sums =
cabfee1bb8b50c23fd68779090dcf8b8698f306bb37e19f80297d1b6e2817659
pkgname = haskell-stm-hamt
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=stm-hamt
pkgname=haskell-stm-hamt
-pkgver=1.2.0.12
-pkgrel=3
+pkgver=1.2.0.13
+pkgrel=1
pkgdesc="STM-specialised Hash Array Mapped Trie"
url="https://github.com/nikita-volkov/stm-hamt"
license=("MIT")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-deferred-folds' 'haskell-focus'
'haskell-hashable'
makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-quickcheck-instances'
'haskell-rerebase'
'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('1072522f9f855833f999915a8baca586ad3ed565d9504d62b9e3cebd09f4d6b0')
+sha256sums=('cabfee1bb8b50c23fd68779090dcf8b8698f306bb37e19f80297d1b6e2817659')
prepare() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-stm-hamt/-/commit/81ae6b1dbd47020592b23810c4d011982fd863df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-stm-hamt/-/commit/81ae6b1dbd47020592b23810c4d011982fd863df
You're receiving this email because of your account on gitlab.archlinux.org.