Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-math-functions
Commits:
b1099ef9 by Felix Yan at 2024-04-23T07:45:46+00:00
upgpkg: 0.3.4.4-1: rebuild with math-functions 0.3.4.4 (rebuild pass 1,
specified --nocheck)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-math-functions
pkgdesc = Special functions and Chebyshev polynomials
- pkgver = 0.3.4.3
- pkgrel = 38
+ pkgver = 0.3.4.4
+ pkgrel = 1
url = https://github.com/haskell/math-functions
arch = x86_64
license = BSD
@@ -16,7 +16,7 @@ pkgbase = haskell-math-functions
depends = haskell-data-default-class
depends = haskell-primitive
depends = haskell-vector
- source =
https://hackage.haskell.org/packages/archive/math-functions/0.3.4.3/math-functions-0.3.4.3.tar.gz
- sha512sums =
7f23c11d69835017c0b840ac069be36e297ec6819406e97f80406895ed70940237efc5351b3606d31595740cde2212735dab40d9ab4cbd7b8ffc0f5103f71b8a
+ source =
https://hackage.haskell.org/packages/archive/math-functions/0.3.4.4/math-functions-0.3.4.4.tar.gz
+ sha512sums =
8cb9390042481a145e3f8488d373b301cd854a60e04dc553c36c3c9ba98062c89adb34dfc5b10f58645e738a609c76ae0be42fb0ac59f5e9bbc24805993729da
pkgname = haskell-math-functions
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=math-functions
pkgname=haskell-math-functions
-pkgver=0.3.4.3
-pkgrel=38
+pkgver=0.3.4.4
+pkgrel=1
pkgdesc="Special functions and Chebyshev polynomials"
url="https://github.com/haskell/math-functions"
license=("BSD")
@@ -14,7 +14,7 @@ makedepends=('ghc')
checkdepends=('haskell-erf' 'haskell-quickcheck' 'haskell-tasty'
'haskell-tasty-hunit'
'haskell-tasty-quickcheck' 'haskell-vector-th-unbox')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7f23c11d69835017c0b840ac069be36e297ec6819406e97f80406895ed70940237efc5351b3606d31595740cde2212735dab40d9ab4cbd7b8ffc0f5103f71b8a')
+sha512sums=('8cb9390042481a145e3f8488d373b301cd854a60e04dc553c36c3c9ba98062c89adb34dfc5b10f58645e738a609c76ae0be42fb0ac59f5e9bbc24805993729da')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-math-functions/-/commit/b1099ef95a346426973a87b9e007eb6956d54623
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-math-functions/-/commit/b1099ef95a346426973a87b9e007eb6956d54623
You're receiving this email because of your account on gitlab.archlinux.org.