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

Lukas Fleischer lfleischer at archlinux.org
Sat Feb 25 10:27:14 UTC 2017


    Date: Saturday, February 25, 2017 @ 10:27:13
  Author: lfleischer
Revision: 213758

spawn-fcgi: Add HTTPs sources and signature

Modified:
  spawn-fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 10:25:51 UTC (rev 213757)
+++ PKGBUILD	2017-02-25 10:27:13 UTC (rev 213758)
@@ -11,8 +11,9 @@
 url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
 license=('BSD')
 depends=('glibc')
-source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('bf269849995ab8b3a8989779fa5818aa')
+source=("https://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2"{,.asc})
+md5sums=('bf269849995ab8b3a8989779fa5818aa'
+         'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list