[arch-commits] Commit in haskell-resolv/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Dec 15 17:56:59 UTC 2020
Date: Tuesday, December 15, 2020 @ 17:56:58
Author: felixonmars
Revision: 776014
upgpkg: haskell-resolv 0.1.2.0-36: rebuild with base16-bytestring 1.0.0.0
Modified:
haskell-resolv/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-15 17:54:15 UTC (rev 776013)
+++ PKGBUILD 2020-12-15 17:56:58 UTC (rev 776014)
@@ -3,19 +3,19 @@
_hkgname=resolv
pkgname=haskell-resolv
pkgver=0.1.2.0
-pkgrel=35
+pkgrel=36
pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library routines"
url="https://github.com/hvr/resolv"
license=('GPL')
arch=('x86_64')
depends=('ghc-libs' 'haskell-base16-bytestring')
-makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+makedepends=('ghc' 'uusi' 'haskell-tasty' 'haskell-tasty-hunit')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
sha512sums=('fae2d0717a109b0d6cc19c51c773bc68c64c0048b9d930528cf5622ee270ebaddec180c1d444542e8eb036262611f5b88deadeea223fb2ef2b15b41369a2376e')
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/1.2.3/1.3/' $_hkgname.cabal
+ uusi -u base16-bytestring -u tasty $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list