Date: Tuesday, November 1, 2016 @ 20:37:18
  Author: arojas
Revision: 194252

Use https

Modified:
  buckygen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-11-01 20:37:07 UTC (rev 194251)
+++ PKGBUILD    2016-11-01 20:37:18 UTC (rev 194252)
@@ -6,10 +6,10 @@
 pkgrel=1
 pkgdesc="A program for the efficient generation of all nonisomorphic 
fullerenes"
 arch=('i686' 'x86_64')
-url="http://caagt.ugent.be/buckygen/";
+url="https://caagt.ugent.be/buckygen/";
 license=('GPL')
 depends=('glibc')
-source=("http://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip";)
+source=("https://caagt.ugent.be/$pkgname/$pkgname-$pkgver.zip";)
 md5sums=('e94ba278b6d08d5bde9464823c88f1e7')
 
 build() {

Reply via email to