Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-atomic-primops
Commits:
d9028b0a by Felix Yan at 2024-10-22T04:11:24+03:00
upgpkg: 0.8.7-1: rebuild with atomic-primops 0.8.7
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = haskell-atomic-primops
pkgdesc = A safe approach to CAS and other atomic ops in Haskell
- pkgver = 0.8.6
- pkgrel = 3
+ pkgver = 0.8.7
+ pkgrel = 1
url = https://github.com/rrnewton/haskell-lockfree/wiki
arch = x86_64
license = BSD
makedepends = ghc
depends = ghc-libs
depends = haskell-primitive
- source =
https://hackage.haskell.org/packages/archive/atomic-primops/0.8.6/atomic-primops-0.8.6.tar.gz
- sha512sums =
06a625908c738fa1714fbe215fa43e36f0ae04bd9991ea14bfe910fa908a9c97e0644b50d8938451319b0c6db09ea609f4c946b17e917e66e9bfd36133182192
+ source =
https://hackage.haskell.org/packages/archive/atomic-primops/0.8.7/atomic-primops-0.8.7.tar.gz
+ sha512sums =
3cf49658216bfc7ee0938f81b37a2fbe725ed2aa35ef39f4f0c60891cd55292256b2e26bf735c3967fcacfd0b7c707db60d0ba9e994e29fd8199e34701bd41fd
pkgname = haskell-atomic-primops
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=atomic-primops
pkgname=haskell-atomic-primops
-pkgver=0.8.6
-pkgrel=3
+pkgver=0.8.7
+pkgrel=1
pkgdesc="A safe approach to CAS and other atomic ops in Haskell"
url="https://github.com/rrnewton/haskell-lockfree/wiki"
license=('BSD')
@@ -11,7 +11,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-primitive')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('06a625908c738fa1714fbe215fa43e36f0ae04bd9991ea14bfe910fa908a9c97e0644b50d8938451319b0c6db09ea609f4c946b17e917e66e9bfd36133182192')
+sha512sums=('3cf49658216bfc7ee0938f81b37a2fbe725ed2aa35ef39f4f0c60891cd55292256b2e26bf735c3967fcacfd0b7c707db60d0ba9e994e29fd8199e34701bd41fd')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-atomic-primops/-/commit/d9028b0a90e5f5bcc6e724394f21a9007fcacade
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-atomic-primops/-/commit/d9028b0a90e5f5bcc6e724394f21a9007fcacade
You're receiving this email because of your account on gitlab.archlinux.org.