Date: Tuesday, February 25, 2020 @ 12:21:00 Author: felixonmars Revision: 581199
upgpkg: haskell-temporary 1.3-52: rebuild with splitmix 0.0.4 Modified: haskell-temporary/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-25 12:20:19 UTC (rev 581198) +++ PKGBUILD 2020-02-25 12:21:00 UTC (rev 581199) @@ -4,7 +4,7 @@ _hkgname=temporary pkgname=haskell-temporary pkgver=1.3 -pkgrel=51 +pkgrel=52 pkgdesc="Portable temporary file and directory support" url="https://www.github.com/batterseapower/temporary" 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 }
