summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59ad9d14bcef..86b71ca442bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Feb 19 12:23:57 UTC 2016
+# Fri Feb 19 15:42:36 UTC 2016
pkgbase = runescape-launcher-nxt
pkgdesc = RuneScape MMORPG – NXT client core
pkgver = 2.0.6
- pkgrel = 3
+ pkgrel = 4
arch = x86_64
license = custom
depends = gcc-libs
depends = glew1.10
depends = libcurl-compat
+ depends = libpng12
depends = libvorbis
depends = sdl2
depends = webkitgtk2
diff --git a/PKGBUILD b/PKGBUILD
index f33112558206..8670830045f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=runescape-launcher-nxt
pkgver=2.0.6
-pkgrel=3
+pkgrel=4
pkgdesc="RuneScape MMORPG – NXT client core"
arch=(x86_64)
license=(custom)
@@ -11,6 +11,7 @@ depends=(
gcc-libs
glew1.10
libcurl-compat
+ libpng12
libvorbis
sdl2
webkitgtk2