summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 527e86820941..0763cf401be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
-pkgbase = lwjgl
+pkgbase = lwjgl2
pkgdesc = Lightweight Java Game Library - for use in game projects in Java.
pkgver = 2.9.1
pkgrel = 1
- url = http://lwjgl.org/
+ url = http://legacy.lwjgl.org/
changelog = ChangeLog
arch = any
license = BSD
options = !strip
- source = http://downloads.sourceforge.net/java-game-lib/lwjgl-2.9.1.zip
+ source = http://downloads.sourceforge.net/java-game-lib/lwjgl2-2.9.1.zip
md5sums = 6dbb92aa4ff5b0a4bfe83daeacead75c
sha1sums = d800311023a1112f729a40b1efe183cb485532e7
-pkgname = lwjgl
+pkgname = lwjgl2
diff --git a/ChangeLog b/ChangeLog
index 274ddfa7ec53..867a7efd153e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-01-03 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
+
+ * lwjgl2-2.9.1-1 :
+ Renamed package to lwjgl2.
+
2013-12-12 Frederik "Freso" S. Olesen <freso.dk@gmail.com>
* lwjgl-2.9.1-1 :
diff --git a/PKGBUILD b/PKGBUILD
index a59b33c346d1..ffcc3b9857b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Frederik "Freso" S. Olesen <freso.dk@gmail.com>
-pkgname=lwjgl
+pkgname=lwjgl2
pkgver=2.9.1
pkgrel=1
pkgdesc='Lightweight Java Game Library - for use in game projects in Java.'
arch=(any)
-url='http://lwjgl.org/'
+url='http://legacy.lwjgl.org/'
license=('BSD')
changelog=ChangeLog
options=(!strip)