summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2012-12-31 15:10:24 +0100
committerFrederik "Freso" S. Olesen2012-12-31 15:10:24 +0100
commitb7765f60c87043c7a378791b3513e0c96359c215 (patch)
tree1d9b80d7700d6abe408050a39dd9accbcd6eeca6
parent7d9039dd2d0fd3418c3fc7daa016fc780e8f8a2e (diff)
downloadaur-b7765f60c87043c7a378791b3513e0c96359c215.tar.gz
mcpatcher: Actually point the URL to BitBucket.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed14cd5a694..e578ff53e180 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = mcpatcher
pkgdesc = Minecraft patcher to fix textures with higher than default resolution
pkgver = 2.4.5
pkgrel = 1
- url = https://github.com/pclewis/mcpatcher
+ url = https://bitbucket.org/prupe/mcpatcher
changelog = ChangeLog
arch = any
license = Public Domain
diff --git a/PKGBUILD b/PKGBUILD
index eebeb50458d6..c9402241cc03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='Minecraft patcher to fix textures with higher than default resolution'
arch=('any')
license=('Public Domain')
-url='https://github.com/pclewis/mcpatcher'
+url='https://bitbucket.org/prupe/mcpatcher'
depends=('java-runtime')
optdepends=('minecraft: the game itself')
noextract=("$pkgname-$pkgver.jar")