summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09acf2796325..e499c36e9f7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = nethack-git
pkgdesc = A single player dungeon exploration game
- pkgver = 3.6.1.r1026.g48e76437
+ pkgver = 3.6.1.r1047.g8c1e499f
pkgrel = 1
- url = http://www.nethack.org/index.html
+ url = https://www.nethack.org/index.html
install = nethack.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2fcf693e558f..6123a4e2be40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
#
pkgname=nethack-git
-pkgver=3.6.1.r1026.g48e76437
+pkgver=3.6.1.r1047.g8c1e499f
pkgrel=1
pkgdesc='A single player dungeon exploration game'
arch=('i686' 'x86_64')
-url='http://www.nethack.org/index.html'
+url='https://www.nethack.org/index.html'
license=('custom')
depends=('ncurses' 'gzip')
install=nethack.install