Date: Saturday, January 4, 2020 @ 10:34:40 Author: jelle Revision: 547863
upgpkg: haskell-say 0.1.0.1-2 Fix package url Modified: haskell-say/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-04 10:19:16 UTC (rev 547862) +++ PKGBUILD 2020-01-04 10:34:40 UTC (rev 547863) @@ -3,10 +3,10 @@ _hkgname=say pkgname=haskell-say pkgver=0.1.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='Send textual messages to a Handle in a thread-friendly way' arch=(x86_64) -url='https://hackage.haskell.org/package/$_hkgname' +url="https://hackage.haskell.org/package/$_hkgname" license=(MIT) depends=(ghc-libs) checkdepends=(haskell-hspec haskell-unliftio)
