Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-encoding


Commits:
7180b5c6 by Felix Yan at 2026-06-15T15:43:27+00:00
upgpkg: 0.10.3-1: rebuild with encoding 0.10.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = haskell-encoding
        pkgdesc = A library for various character encodings
-       pkgver = 0.10.2
-       pkgrel = 93
+       pkgver = 0.10.3
+       pkgrel = 1
        url = https://github.com/dmwit/encoding
        arch = x86_64
        license = BSD-3-Clause
@@ -10,9 +10,8 @@ pkgbase = haskell-encoding
        makedepends = haskell-hunit
        makedepends = haskell-quickcheck
        depends = ghc-libs
-       depends = haskell-extensible-exceptions
        depends = haskell-regex-compat
-       source = 
https://hackage.haskell.org/packages/archive/encoding/0.10.2/encoding-0.10.2.tar.gz
-       sha256sums = 
2fb6ce7fba65414a5fc389cd9a6236c40d34339b5341238358ac88b6e5a6cc1d
+       source = 
https://hackage.haskell.org/packages/archive/encoding/0.10.3/encoding-0.10.3.tar.gz
+       sha256sums = 
efea15ae432716af2d094991a6ff77e4cc0a5e4a1bc2ad01c64f92638518ead9
 
 pkgname = haskell-encoding


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,16 @@
 
 _hkgname=encoding
 pkgname=haskell-encoding
-pkgver=0.10.2
-pkgrel=93
+pkgver=0.10.3
+pkgrel=1
 pkgdesc="A library for various character encodings"
 url="https://github.com/dmwit/encoding";
 license=("BSD-3-Clause")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-extensible-exceptions' 'haskell-regex-compat')
+depends=('ghc-libs' 'haskell-regex-compat')
 makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('2fb6ce7fba65414a5fc389cd9a6236c40d34339b5341238358ac88b6e5a6cc1d')
+sha256sums=('efea15ae432716af2d094991a6ff77e4cc0a5e4a1bc2ad01c64f92638518ead9')
 
 prepare() {
   cd $_hkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-encoding/-/commit/7180b5c658c2c197e0a8717178b89d07f917ed0a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-encoding/-/commit/7180b5c658c2c197e0a8717178b89d07f917ed0a
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


Reply via email to