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


Commits:
24b76779 by Felix Yan at 2025-09-04T18:02:22+00:00
upgpkg: 4.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
 pkgbase = haskell-dns
        pkgdesc = DNS library in Haskell
-       pkgver = 4.1.1
-       pkgrel = 95
+       pkgver = 4.2.0
+       pkgrel = 1
        url = https://hackage.haskell.org/package/dns
        arch = x86_64
-       license = BSD
+       license = BSD-3-Clause
        makedepends = ghc
-       makedepends = haskell-doctest
        makedepends = haskell-hspec
        makedepends = haskell-hspec-discover
        makedepends = haskell-word8
@@ -18,12 +17,12 @@ pkgbase = haskell-dns
        depends = haskell-base16-bytestring
        depends = haskell-base64-bytestring
        depends = haskell-case-insensitive
-       depends = haskell-cryptonite
+       depends = haskell-crypton
        depends = haskell-hourglass
        depends = haskell-iproute
        depends = haskell-network
        depends = haskell-psqueues
-       source = 
https://hackage.haskell.org/packages/archive/dns/4.1.1/dns-4.1.1.tar.gz
-       sha512sums = 
8335c4ffae9fbd1f05a90ccd2eeb119e97f7c997f8ea5e580662bdec9f9d26bf9c341983b66973657b04a99199df9e1dafcfe5fcc19a10fa2efaaa2b47d7e578
+       source = 
https://hackage.haskell.org/packages/archive/dns/4.2.0/dns-4.2.0.tar.gz
+       sha512sums = 
0eb913df2422ba9831d51fa8ae53ffa9ad55d7ffadc1c683c08fe5fd844b7b13ff4d7c26dfd3ebc591f50ee4e69d3c0137cfdf4c7a02b6b126d93dcf4bdf665b
 
 pkgname = haskell-dns


=====================================
PKGBUILD
=====================================
@@ -3,20 +3,19 @@
 
 _hkgname=dns
 pkgname=haskell-dns
-pkgver=4.1.1
-pkgrel=95
+pkgver=4.2.0
+pkgrel=1
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
-license=("BSD")
+license=('BSD-3-Clause')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-async' 'haskell-auto-update' 'haskell-attoparsec'
          'haskell-base16-bytestring' 'haskell-base64-bytestring' 
'haskell-case-insensitive'
-         'haskell-cryptonite' 'haskell-hourglass' 'haskell-iproute' 
'haskell-network'
+         'haskell-crypton' 'haskell-hourglass' 'haskell-iproute' 
'haskell-network'
          'haskell-psqueues')
-makedepends=('ghc' 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-discover' 
'haskell-word8'
-             'haskell-quickcheck')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-word8' 
'haskell-quickcheck')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('8335c4ffae9fbd1f05a90ccd2eeb119e97f7c997f8ea5e580662bdec9f9d26bf9c341983b66973657b04a99199df9e1dafcfe5fcc19a10fa2efaaa2b47d7e578')
+sha512sums=('0eb913df2422ba9831d51fa8ae53ffa9ad55d7ffadc1c683c08fe5fd844b7b13ff4d7c26dfd3ebc591f50ee4e69d3c0137cfdf4c7a02b6b126d93dcf4bdf665b')
 
 build() {
     cd $_hkgname-$pkgver
@@ -33,7 +32,7 @@ build() {
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test || echo "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dns/-/commit/24b767796104a993d8e2dc6bd9fb15a9b5e9e6ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-dns/-/commit/24b767796104a993d8e2dc6bd9fb15a9b5e9e6ec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to