summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2019-12-13 00:57:49 +0100
committerFrederic Bezies2019-12-13 00:57:49 +0100
commite132a04effd9f44a8ded0798679fcd7f6e432d8f (patch)
tree3a07f2b4544efc8162f488df338f9fd61542dc7c /PKGBUILD
parentb53db708a4f9207dfc3b2ddf00818c5c1205ea22 (diff)
downloadaur-e132a04effd9f44a8ded0798679fcd7f6e432d8f.tar.gz
switch to NetHack 3.6 branch for now...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7324c40af03f..6c5b905a3519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
#
pkgname=nethack-git
-pkgver=3.6.3d.r0.g7ea41cd31
+pkgver=3.6.3d.r5.g8a5702950
pkgrel=1
pkgdesc='A single player dungeon exploration game'
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ url='https://www.nethack.org/index.html'
license=('custom')
depends=('ncurses' 'gzip' 'gdb')
install=nethack.install
-source=(#'git://github.com/NetHack/NetHack#branch=NetHack-3.6.2-beta01'
-'git://github.com/NetHack/NetHack.git')
+source=('git://github.com/NetHack/NetHack#branch=NetHack-3.6')
+#'git://github.com/NetHack/NetHack.git')
sha256sums=('SKIP')
conflicts=('nethack')
provides=('nethack')