Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / hindent
Commits:
9126cf45 by Felix Yan at 2026-01-24T17:13:50+08:00
upgpkg: 6.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hindent
pkgdesc = Extensible Haskell pretty printer
- pkgver = 6.1.0
- pkgrel = 66
+ pkgver = 6.1.1
+ pkgrel = 1
url = https://github.com/mihaimaruseac/hindent
arch = x86_64
license = BSD-3-Clause
@@ -21,7 +21,7 @@ pkgbase = hindent
depends = haskell-unicode-show
depends = haskell-utf8-string
depends = haskell-yaml
- source =
https://hackage.haskell.org/packages/archive/hindent/6.1.0/hindent-6.1.0.tar.gz
- sha512sums =
9cefb6b44aa4608c40f69cc3ee67d904bc36b095a2b9228dc252395fa13cf9f853b1a08d14e2220328288027190ff3bb72de2e43818ba48e66309f85e6d37c8f
+ source =
https://hackage.haskell.org/packages/archive/hindent/6.1.1/hindent-6.1.1.tar.gz
+ sha512sums =
ec7db62d5da636ef075fdd168ff9eb886759fee42da1470e67f2e712304df60e7de1183b0dfd7678512fe2f9ddd542ad4e232a85e7114a64dfa2cba2af8fda5d
pkgname = hindent
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Arch Haskell Team <[email protected]>
pkgname=hindent
-pkgver=6.1.0
-pkgrel=66
+pkgver=6.1.1
+pkgrel=1
pkgdesc="Extensible Haskell pretty printer"
url="https://github.com/mihaimaruseac/hindent"
license=('BSD-3-Clause')
@@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-ghc-lib-parser-ex'
'haskell-monad-loops'
'haskell-split' 'haskell-syb' 'haskell-unicode-show'
'haskell-utf8-string' 'haskell-yaml')
makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-hspec')
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('9cefb6b44aa4608c40f69cc3ee67d904bc36b095a2b9228dc252395fa13cf9f853b1a08d14e2220328288027190ff3bb72de2e43818ba48e66309f85e6d37c8f')
+sha512sums=('ec7db62d5da636ef075fdd168ff9eb886759fee42da1470e67f2e712304df60e7de1183b0dfd7678512fe2f9ddd542ad4e232a85e7114a64dfa2cba2af8fda5d')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hindent/-/commit/9126cf45564755540800e6157cf24f0bbc2b4503
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hindent/-/commit/9126cf45564755540800e6157cf24f0bbc2b4503
You're receiving this email because of your account on gitlab.archlinux.org.