Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-extra
Commits:
eaefd4ea by Felix Yan at 2024-08-18T20:52:08+03:00
upgpkg: 1.7.15-1: rebuild with extra 1.7.15
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-extra
pkgdesc = Extra functions I use.
- pkgver = 1.7.14
- pkgrel = 40
+ pkgver = 1.7.15
+ pkgrel = 1
url = https://github.com/ndmitchell/extra#readme
arch = x86_64
license = BSD
@@ -10,7 +10,7 @@ pkgbase = haskell-extra
makedepends = haskell-quickcheck-instances
depends = ghc-libs
depends = haskell-clock
- source =
https://hackage.haskell.org/packages/archive/extra/1.7.14/extra-1.7.14.tar.gz
- sha512sums =
9505a6b2b6aecdb0400a4bdf79e1888a2f5db30242903c50f0653df90960f53b8484ea782cde1e7aa5339bcc6e5b3417aa3494efeafebfa49fe318b57878b00b
+ source =
https://hackage.haskell.org/packages/archive/extra/1.7.15/extra-1.7.15.tar.gz
+ sha512sums =
babafd9798643913fd33c6da51b7f8571364dba4f69c1a301699fd3db7a668adb65e1ee1700c5af51d39f7ebe2946e73a3544c76f898e57044cf59bba9e1e789
pkgname = haskell-extra
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_hkgname=extra
pkgname=haskell-extra
-pkgver=1.7.14
-pkgrel=40
+pkgver=1.7.15
+pkgrel=1
pkgdesc="Extra functions I use."
url="https://github.com/ndmitchell/extra#readme"
license=("BSD")
@@ -12,7 +12,7 @@ arch=('x86_64')
depends=('ghc-libs' 'haskell-clock')
makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('9505a6b2b6aecdb0400a4bdf79e1888a2f5db30242903c50f0653df90960f53b8484ea782cde1e7aa5339bcc6e5b3417aa3494efeafebfa49fe318b57878b00b')
+sha512sums=('babafd9798643913fd33c6da51b7f8571364dba4f69c1a301699fd3db7a668adb65e1ee1700c5af51d39f7ebe2946e73a3544c76f898e57044cf59bba9e1e789')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-extra/-/commit/eaefd4ea63e35b1891a1ae002282200387ade645
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-extra/-/commit/eaefd4ea63e35b1891a1ae002282200387ade645
You're receiving this email because of your account on gitlab.archlinux.org.