From 6c84e6004c1e50329f4d030d79f08c425546435b Mon Sep 17 00:00:00 2001 From: "Frederik \"Freso\" S. Olesen" Date: Wed, 3 Oct 2012 16:26:15 +0200 Subject: [PATCH] minecraft-save-seed-reader: Changed the link to point to GitHub wiki. The forum thread points to the GH wiki for its 'website'. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 198aedbdc302..5d43ab52c2e5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -2,7 +2,7 @@ pkgbase = minecraft-save-seed-reader pkgdesc = Allows you to toggle the game mode of Minecraft worlds/saves. pkgver = 1.7.1 pkgrel = 1 - url = http://www.minecraftforum.net/topic/612625-pc-mac-linux10-minecraft-save-seed-reader-161-now-includes-hardcore-toggle/ + url = https://github.com/thedarkfreak/Minecraft-Save-Seed-Reader/wiki changelog = ChangeLog arch = any license = BSD diff --git a/PKGBUILD b/PKGBUILD index 7ceb081944f9..909e79a9cd0c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgver=1.7.1 pkgrel=1 pkgdesc='Allows you to toggle the game mode of Minecraft worlds/saves.' arch=(any) -url='http://www.minecraftforum.net/topic/612625-pc-mac-linux10-minecraft-save-seed-reader-161-now-includes-hardcore-toggle/' +url='https://github.com/thedarkfreak/Minecraft-Save-Seed-Reader/wiki' license=('BSD') depends=('java-runtime') optdepends=('minecraft: The game whose files this program modifies')