Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / arch-hs
Commits:
b61b9fe8 by Felix Yan at 2026-05-14T17:26:41+08:00
upgpkg: 0.12.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = arch-hs
pkgdesc = Distribute hackage packages to archlinux
- pkgver = 0.12.1
- pkgrel = 102
+ pkgver = 0.12.2
+ pkgrel = 1
url = https://github.com/berberman/arch-hs
arch = x86_64
license = MIT
makedepends = ghc
- makedepends = uusi
depends = ghc-libs
depends = pacman
depends = haskell-diff
@@ -18,6 +17,7 @@ pkgbase = arch-hs
depends = haskell-hackage-db
depends = haskell-http-client
depends = haskell-http-client-tls
+ depends = haskell-http-types
depends = haskell-megaparsec
depends = haskell-microlens
depends = haskell-microlens-th
@@ -29,7 +29,7 @@ pkgbase = arch-hs
depends = haskell-servant-client
depends = haskell-split
depends = haskell-tar-conduit
- source =
https://hackage.haskell.org/packages/archive/arch-hs/0.12.1/arch-hs-0.12.1.tar.gz
- sha512sums =
9f76d1d333262663bb52312a5a556bb73c56d7860b8552a4e20e314a6e1b38b4c18dc7ff30a578c47668f996773abb842e70b6957e549880e121a32f5c087a2a
+ source =
https://hackage.haskell.org/packages/archive/arch-hs/0.12.2/arch-hs-0.12.2.tar.gz
+ sha512sums =
ed22e3a60201e29f57754948e61445406fba745bc1193214072a247358dca496834dda9d4acfdd586940cd30f19e89060ef8d1739e5653822d86a795dff273a7
pkgname = arch-hs
=====================================
PKGBUILD
=====================================
@@ -2,21 +2,21 @@
# Contributor: berberman <[email protected]>
pkgname=arch-hs
-pkgver=0.12.1
-pkgrel=102
+pkgver=0.12.2
+pkgrel=1
pkgdesc="Distribute hackage packages to archlinux"
arch=('x86_64')
url="https://github.com/berberman/arch-hs"
license=('MIT')
depends=('ghc-libs' 'pacman' 'haskell-diff' 'haskell-aeson'
'haskell-algebraic-graphs'
'haskell-arch-web' 'haskell-conduit' 'haskell-conduit-extra'
'haskell-hackage-db'
- 'haskell-http-client' 'haskell-http-client-tls' 'haskell-megaparsec'
'haskell-microlens'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
'haskell-megaparsec' 'haskell-microlens'
'haskell-microlens-th' 'haskell-neat-interpolation'
'haskell-optparse-simple'
'haskell-polysemy' 'haskell-prettyprinter'
'haskell-prettyprinter-ansi-terminal'
'haskell-servant-client' 'haskell-split' 'haskell-tar-conduit')
-makedepends=('ghc' 'uusi')
+makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('9f76d1d333262663bb52312a5a556bb73c56d7860b8552a4e20e314a6e1b38b4c18dc7ff30a578c47668f996773abb842e70b6957e549880e121a32f5c087a2a')
+sha512sums=('ed22e3a60201e29f57754948e61445406fba745bc1193214072a247358dca496834dda9d4acfdd586940cd30f19e89060ef8d1739e5653822d86a795dff273a7')
_gen_comp(){
LD_LIBRARY_PATH="$PWD/dist/build" dist/build/arch-hs${1}/arch-hs${1}
--bash-completion-script "/usr/bin/arch-hs${1}" > bash${1}
@@ -30,11 +30,6 @@ _install_comp(){
install -D -m644 fish${1}
"$pkgdir/usr/share/fish/vendor_completions.d/arch-hs${1}.fish"
}
-prepare() {
- cd $pkgname-$pkgver
- uusi -u Diff -u algebraic-graphs
-}
-
build() {
cd $pkgname-$pkgver
runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/b61b9fe83a016b4b26f91df553fd218529545c95
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arch-hs/-/commit/b61b9fe83a016b4b26f91df553fd218529545c95
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help