Date: Tuesday, November 1, 2016 @ 22:11:24 Author: bisson Revision: 279714
add https Modified: libots/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-01 22:11:19 UTC (rev 279713) +++ PKGBUILD 2016-11-01 22:11:24 UTC (rev 279714) @@ -6,11 +6,11 @@ pkgver=0.5.0 pkgrel=4 pkgdesc='Open Text Summarizer' -url='http://libots.sourceforge.net/' +url='https://libots.sourceforge.net/' arch=('i686' 'x86_64') license=('GPL') depends=('libxml2' 'glib2' 'popt') -source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz") +source=("https://downloads.sourceforge.net/sourceforge/${pkgname}/ots-${pkgver}.tar.gz") sha1sums=('4468bc06470734848c2369a37c84f76ca4ac3f9a') options=('!makeflags')
