Date: Sunday, February 12, 2023 @ 23:38:53 Author: felixonmars Revision: 1400156
upgpkg: haskell-boundedchan 1.0.3.0-2: fix url Modified: haskell-boundedchan/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-12 21:51:58 UTC (rev 1400155) +++ PKGBUILD 2023-02-12 23:38:53 UTC (rev 1400156) @@ -3,9 +3,9 @@ _hkgname=BoundedChan pkgname=haskell-boundedchan pkgver=1.0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Implementation of bounded channels." -url="git://github.com/GaloisInc/BoundedChan.git" +url="https://github.com/GaloisInc/BoundedChan" license=("BSD") arch=('x86_64') depends=('ghc-libs')
