Date: Tuesday, February 25, 2020 @ 21:55:59 Author: felixonmars Revision: 582098
upgpkg: haskell-with-location 0.1.0-63: rebuild with splitmix 0.0.4 Modified: haskell-with-location/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-25 21:55:19 UTC (rev 582097) +++ PKGBUILD 2020-02-25 21:55:59 UTC (rev 582098) @@ -4,7 +4,7 @@ _hkgname=with-location pkgname=haskell-with-location pkgver=0.1.0 -pkgrel=62 +pkgrel=63 pkgdesc="Use ImplicitParams-based source locations in a backward compatible way" url="https://github.com/sol/with-location" license=("BSD") @@ -38,6 +38,6 @@ install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh runhaskell Setup copy --destdir="$pkgdir" - install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" - rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE" + install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE + rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE }
