Date: Monday, January 6, 2020 @ 10:38:13 Author: felixonmars Revision: 549684
upgpkg: haskell-dav 1.3.4-1: rebuild with DAV 1.3.4 Modified: haskell-dav/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-06 10:32:04 UTC (rev 549683) +++ PKGBUILD 2020-01-06 10:38:13 UTC (rev 549684) @@ -3,8 +3,8 @@ _hkgname=DAV pkgname=haskell-dav -pkgver=1.3.3 -pkgrel=133 +pkgver=1.3.4 +pkgrel=1 pkgdesc="RFC 4918 WebDAV support" url="http://floss.scru.org/hDAV" license=("GPL3") @@ -16,7 +16,7 @@ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('bbc9a4d685e25ac763c05dd8dc72d7db39196dbbb0cd898b66f644abc8333cd82950439fd446770c5aae737fd863afe881129ce551dadf9d0f75ef52df738fae') +sha512sums=('95bb567488bed2fef3813597ea9c080781bbc25117995901ff7264c0f04bf4db1bad6c9c94c4d1fbea968245041752b2b720d4c42b4c23191eda5e3dc0c292b6') build() { cd $_hkgname-$pkgver @@ -24,7 +24,7 @@ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ - -fnetwork-uri -f-mtl-compat + -f-mtl-compat runhaskell Setup build runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script
