Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-lifted-async
Commits:
ef7bb7ed by Felix Yan at 2023-11-24T09:51:24+02:00
upgpkg: 0.10.2.5-1: rebuild with lifted-async 0.10.2.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-lifted-async
pkgdesc = Run lifted IO operations asynchronously and wait for their
results
- pkgver = 0.10.2.4
- pkgrel = 36
+ pkgver = 0.10.2.5
+ pkgrel = 1
url = https://github.com/maoe/lifted-async
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = haskell-lifted-async
depends = haskell-lifted-base
depends = haskell-monad-control
depends = haskell-transformers-base
- source =
https://hackage.haskell.org/packages/archive/lifted-async/0.10.2.4/lifted-async-0.10.2.4.tar.gz
- sha512sums =
03be46dca1e525ac152afb9bab6f83522f8ca1ccaa90407b1704eaad4ab05e36d279799ebc2b7e22028a8d7ce02965bdc7089f99e701aa9bb3cc9bc035e82891
+ source =
https://hackage.haskell.org/packages/archive/lifted-async/0.10.2.5/lifted-async-0.10.2.5.tar.gz
+ sha512sums =
970578cbef4eebd9dd4414d77e7310abc99ea4f6af392d6d19e1a7f3a15cf8c03a4df02882a4294a7defc37240a656abe0c55c3120cdbeaf6323e04e7ff96f60
pkgname = haskell-lifted-async
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_hkgname=lifted-async
pkgname=haskell-lifted-async
-pkgver=0.10.2.4
-pkgrel=36
+pkgver=0.10.2.5
+pkgrel=1
pkgdesc="Run lifted IO operations asynchronously and wait for their results"
url="https://github.com/maoe/lifted-async"
license=('BSD')
@@ -14,7 +14,7 @@ makedepends=('ghc')
checkdepends=('haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure'
'haskell-tasty-hunit' 'haskell-tasty-th')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('03be46dca1e525ac152afb9bab6f83522f8ca1ccaa90407b1704eaad4ab05e36d279799ebc2b7e22028a8d7ce02965bdc7089f99e701aa9bb3cc9bc035e82891')
+sha512sums=('970578cbef4eebd9dd4414d77e7310abc99ea4f6af392d6d19e1a7f3a15cf8c03a4df02882a4294a7defc37240a656abe0c55c3120cdbeaf6323e04e7ff96f60')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lifted-async/-/commit/ef7bb7ed968b2de233592275e3e1897507e0f435
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-lifted-async/-/commit/ef7bb7ed968b2de233592275e3e1897507e0f435
You're receiving this email because of your account on gitlab.archlinux.org.