[arch-commits] Commit in sc/trunk (PKGBUILD)
    Jonathan Steel 
    jsteel at archlinux.org
       
    Sun May 12 08:27:01 UTC 2019
    
    
  
    Date: Sunday, May 12, 2019 @ 08:27:01
  Author: jsteel
Revision: 465933
upgpkg: sc 7.16-7
Todo List: Use https in the url field
Modified:
  sc/trunk/PKGBUILD
----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-12 08:26:48 UTC (rev 465932)
+++ PKGBUILD	2019-05-12 08:27:01 UTC (rev 465933)
@@ -9,10 +9,10 @@
 pkgrel=7
 pkgdesc="Ncurses-based spreadsheet program"
 arch=('x86_64')
-url="http://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html"
+url="https://ibiblio.org/pub/linux/apps/financial/spreadsheet/!INDEX.html"
 license=('Public Domain')
 depends=('ncurses')
-source=(http://ibiblio.org/pub/linux/apps/financial/spreadsheet/$pkgname-$pkgver.tar.gz
+source=(https://ibiblio.org/pub/linux/apps/financial/spreadsheet/$pkgname-$pkgver.tar.gz
         https://launchpadlibrarian.net/1281150/${pkgname}_$pkgver-2.diff.gz)
 md5sums=('1db636e9b2dc7cd73c40aeece6852d47'
          '83d5d8a4b5ffb4e85da887b63c49f2ff')
    
    
More information about the arch-commits
mailing list