Date: Saturday, January 4, 2020 @ 10:58:46 Author: jelle Revision: 547865
Fix url Modified: haskell-stm-delay/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-04 10:34:50 UTC (rev 547864) +++ PKGBUILD 2020-01-04 10:58:46 UTC (rev 547865) @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc='Updatable one-shot timer polled with STM' arch=(x86_64) -url='https://hackage.haskell.org/package/$_pkgname' +url="https://hackage.haskell.org/package/$_pkgname" license=(BSD) depends=(ghc-libs haskell-stm) makedepends=(ghc)
