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

Antonio Rojas arojas at archlinux.org
Thu Apr 25 20:41:18 UTC 2019


    Date: Thursday, April 25, 2019 @ 20:41:17
  Author: arojas
Revision: 454047

https

Modified:
  nethack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 20:40:29 UTC (rev 454046)
+++ PKGBUILD	2019-04-25 20:41:17 UTC (rev 454047)
@@ -9,11 +9,11 @@
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
-url="http://www.nethack.org/index.html"
+url="https://www.nethack.org/index.html"
 license=('custom')
 depends=('ncurses' 'gzip')
 install=nethack.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz")
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz")
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver/



More information about the arch-commits mailing list