[arch-commits] Commit in tcc/trunk (PKGBUILD)

Robin Broda coderobe at archlinux.org
Thu Jan 24 22:45:27 UTC 2019


    Date: Thursday, January 24, 2019 @ 22:45:24
  Author: coderobe
Revision: 427628

Use https, add checksums

Modified:
  tcc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-24 22:45:14 UTC (rev 427627)
+++ PKGBUILD	2019-01-24 22:45:24 UTC (rev 427628)
@@ -11,12 +11,12 @@
 pkgrel=3
 pkgdesc="Tiny C Compiler"
 arch=('x86_64')
-url="http://bellard.org/tcc/"
+url="https://bellard.org/tcc/"
 license=('LGPL')
 depends=('glibc')
 options=('docs' 'staticlibs')
-source=(http://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('SKIP')
+source=("https://download.savannah.nongnu.org/releases/tinycc/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('9cdb185555da76db90287db351ca40b8')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list