Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-fsnotify
Commits:
a1f53b95 by Felix Yan at 2024-10-09T11:03:59+03:00
upgpkg: 0.4.1.0-1: rebuild with fsnotify 0.4.1.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,24 +1,22 @@
pkgbase = haskell-fsnotify
pkgdesc = Cross platform library for file change notification.
- pkgver = 0.4.0.0
- pkgrel = 77
+ pkgver = 0.4.1.0
+ pkgrel = 1
url = https://github.com/haskell-fswatch/hfsnotify
arch = x86_64
license = BSD
makedepends = ghc
- makedepends = haskell-hunit
- makedepends = haskell-hspec
- makedepends = haskell-hspec-core
- makedepends = haskell-hspec-expectations
makedepends = haskell-retry
+ makedepends = haskell-sandwich
makedepends = haskell-temporary
+ makedepends = haskell-unliftio
depends = ghc-libs
depends = haskell-async
depends = haskell-hinotify
depends = haskell-monad-control
depends = haskell-safe-exceptions
depends = haskell-unix-compat
- source =
https://hackage.haskell.org/packages/archive/fsnotify/0.4.0.0/fsnotify-0.4.0.0.tar.gz
- sha512sums =
bdc3f6e5c5d1cfe45f09b7515f1a36d63dee578a0f0a5dde033db75060ff31f063aa444eb4600c545a35675f2c6bf344adb4672fbc3fd4dd3747bb33f2ea16b3
+ source =
https://hackage.haskell.org/packages/archive/fsnotify/0.4.1.0/fsnotify-0.4.1.0.tar.gz
+ sha512sums =
bf924fb9712572e1ded14c630b1fab98daadb81cc87bbd18964176e0db3b41e1024744b996bcc205c7a57f55e63fc28db0ae4fa4009623d26316d1322ddf1c03
pkgname = haskell-fsnotify
=====================================
PKGBUILD
=====================================
@@ -3,18 +3,17 @@
_hkgname=fsnotify
pkgname=haskell-fsnotify
-pkgver=0.4.0.0
-pkgrel=77
+pkgver=0.4.1.0
+pkgrel=1
pkgdesc="Cross platform library for file change notification."
url="https://github.com/haskell-fswatch/hfsnotify"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-async' 'haskell-hinotify' 'haskell-monad-control'
'haskell-safe-exceptions' 'haskell-unix-compat')
-makedepends=('ghc' 'haskell-hunit' 'haskell-hspec' 'haskell-hspec-core'
'haskell-hspec-expectations'
- 'haskell-retry' 'haskell-temporary')
+makedepends=('ghc' 'haskell-retry' 'haskell-sandwich' 'haskell-temporary'
'haskell-unliftio')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('bdc3f6e5c5d1cfe45f09b7515f1a36d63dee578a0f0a5dde033db75060ff31f063aa444eb4600c545a35675f2c6bf344adb4672fbc3fd4dd3747bb33f2ea16b3')
+sha512sums=('bf924fb9712572e1ded14c630b1fab98daadb81cc87bbd18964176e0db3b41e1024744b996bcc205c7a57f55e63fc28db0ae4fa4009623d26316d1322ddf1c03')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fsnotify/-/commit/a1f53b95046719d630c638e2a4bbf51ff8980a7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-fsnotify/-/commit/a1f53b95046719d630c638e2a4bbf51ff8980a7d
You're receiving this email because of your account on gitlab.archlinux.org.