Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-unix-time
Commits:
f3aa1667 by Felix Yan at 2024-02-10T01:40:38+02:00
upgpkg: 0.4.12-1: rebuild with unix-time 0.4.12
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-unix-time
pkgdesc = Unix time parser/formatter and utilities
- pkgver = 0.4.11
- pkgrel = 16
+ pkgver = 0.4.12
+ pkgrel = 1
url = https://hackage.haskell.org/package/unix-time
arch = x86_64
license = BSD
@@ -13,7 +13,7 @@ pkgbase = haskell-unix-time
makedepends = haskell-quickcheck
depends = ghc-libs
depends = haskell-old-time
- source =
https://hackage.haskell.org/packages/archive/unix-time/0.4.11/unix-time-0.4.11.tar.gz
- sha512sums =
1709df7edd1ab3c2152afdbc2e77b65c433329958d3066ea0868a9280321e0e6a10c8151fdf2586d1b210600566fe8a304589d5b04e18a349f4e1c5346715172
+ source =
https://hackage.haskell.org/packages/archive/unix-time/0.4.12/unix-time-0.4.12.tar.gz
+ sha512sums =
b6ac7b5376a97d59a62053c054e95fba7c089e0ef22f2bd03065d3785abd4eaa7fe195bbc197e329585782a8987fcbcf1bbfa7c64d3a765429d00018a0f9bc46
pkgname = haskell-unix-time
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=unix-time
pkgname=haskell-unix-time
-pkgver=0.4.11
-pkgrel=16
+pkgver=0.4.12
+pkgrel=1
pkgdesc="Unix time parser/formatter and utilities"
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-old-time')
makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-hspec'
'haskell-old-locale'
'haskell-quickcheck')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1709df7edd1ab3c2152afdbc2e77b65c433329958d3066ea0868a9280321e0e6a10c8151fdf2586d1b210600566fe8a304589d5b04e18a349f4e1c5346715172')
+sha512sums=('b6ac7b5376a97d59a62053c054e95fba7c089e0ef22f2bd03065d3785abd4eaa7fe195bbc197e329585782a8987fcbcf1bbfa7c64d3a765429d00018a0f9bc46')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unix-time/-/commit/f3aa16676b606767e25c9e168c87f1b2e8a746fe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-unix-time/-/commit/f3aa16676b606767e25c9e168c87f1b2e8a746fe
You're receiving this email because of your account on gitlab.archlinux.org.