summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-02-07 08:33:33 +0100
committerFrederic Bezies2019-02-07 08:33:33 +0100
commit60acb6f495dc64550844547d7cc38ede87a084e5 (patch)
tree1adb16276d99a8a4e6a24a1970874c0484dd49ef
parent2482e9c045744ab28dd05b210a7c9fe131740bea (diff)
downloadaur-60acb6f495dc64550844547d7cc38ede87a084e5.tar.gz
February 7th, 2019 update
-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