Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-oeis
Commits:
7a304096 by Felix Yan at 2025-03-21T17:07:26+08:00
upgpkg: 0.3.10.1-1: rebuild with oeis 0.3.10.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,20 +1,22 @@
pkgbase = haskell-oeis
pkgdesc = Interface to the Online Encyclopedia of Integer Sequences
(OEIS)
- pkgver = 0.3.10
- pkgrel = 215
+ pkgver = 0.3.10.1
+ pkgrel = 1
url = https://github.com/niteria/oeis.git
arch = x86_64
license = BSD
makedepends = ghc
- makedepends = uusi
makedepends = haskell-hunit
makedepends = haskell-test-framework
makedepends = haskell-test-framework-hunit
depends = ghc-libs
- depends = haskell-http
+ depends = haskell-http-client
+ depends = haskell-http-client-tls
+ depends = haskell-http-types
depends = haskell-network
depends = haskell-network-uri
- source =
https://hackage.haskell.org/packages/archive/oeis/0.3.10/oeis-0.3.10.tar.gz
- sha256sums =
bbfa724d9f69f14bcc95a5ecbd94a3e0ec1b072b69a5413c70174d2406884529
+ depends = haskell-utf8-string
+ source =
https://hackage.haskell.org/packages/archive/oeis/0.3.10.1/oeis-0.3.10.1.tar.gz
+ sha256sums =
84573e3e3d057a4233ba4b084150feaf39b53352e6eaf7f653b70b1fd70df054
pkgname = haskell-oeis
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,17 @@
_hkgname=oeis
pkgname=haskell-oeis
-pkgver=0.3.10
-pkgrel=215
+pkgver=0.3.10.1
+pkgrel=1
pkgdesc="Interface to the Online Encyclopedia of Integer Sequences (OEIS)"
url="https://github.com/niteria/oeis.git"
license=("BSD")
arch=('x86_64')
-depends=('ghc-libs' 'haskell-http' 'haskell-network' 'haskell-network-uri')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-test-framework'
'haskell-test-framework-hunit')
+depends=('ghc-libs' 'haskell-http-client' 'haskell-http-client-tls'
'haskell-http-types'
+ 'haskell-network' 'haskell-network-uri' 'haskell-utf8-string')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework'
'haskell-test-framework-hunit')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha256sums=('bbfa724d9f69f14bcc95a5ecbd94a3e0ec1b072b69a5413c70174d2406884529')
-
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u HTTP $_hkgname.cabal
-}
+sha256sums=('84573e3e3d057a4233ba4b084150feaf39b53352e6eaf7f653b70b1fd70df054')
build() {
cd $_hkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-oeis/-/commit/7a30409650e5cd98d767ad85f2db7a88efbf0bb9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-oeis/-/commit/7a30409650e5cd98d767ad85f2db7a88efbf0bb9
You're receiving this email because of your account on gitlab.archlinux.org.