Date: Monday, May 27, 2019 @ 20:45:50 Author: arojas Revision: 472028
https Modified: bsd-games/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-27 20:45:45 UTC (rev 472027) +++ PKGBUILD 2019-05-27 20:45:50 UTC (rev 472028) @@ -8,13 +8,13 @@ pkgver=2.17 pkgrel=18 pkgdesc='Linux port of the collection of BSD command line games' -url='http://ibiblio.org/pub/linux/games/' +url='https://ibiblio.org/pub/linux/games/' arch=('x86_64') install="$pkgname.install" license=('BSD') depends=('gcc-libs' 'words' 'sh') makedepends=('flex' 'bison' 'm4') -source=("http://ibiblio.org/pub/linux/games/$pkgname-$pkgver.tar.gz" +source=("https://ibiblio.org/pub/linux/games/$pkgname-$pkgver.tar.gz" config.params stdio.h.diff gamescreen.h.diff getline.diff number.c.diff bsd-games-2.17-64bit.patch bad-ntohl-cast.diff null-check.diff)
