Date: Tuesday, October 6, 2020 @ 15:49:00 Author: freswa Revision: 719360
fix FS#61505 Modified: haskell-snap-core/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-06 15:45:18 UTC (rev 719359) +++ PKGBUILD 2020-10-06 15:49:00 UTC (rev 719360) @@ -3,9 +3,9 @@ _hkgname=snap-core pkgname=haskell-snap-core pkgver=1.0.4.2 -pkgrel=47 +pkgrel=48 pkgdesc="A Haskell Web Framework (core interfaces and types)" -url="https://github.com/JustusAdam/snap-core" +url="https://github.com/snapframework/snap-core" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-old-locale' 'haskell-hunit' 'haskell-attoparsec'
