summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-02-10 10:44:33 -0700
committeramagura2016-02-10 10:44:33 -0700
commitc7f0e011c46279151b7491272cfc3bab3011d115 (patch)
tree41851cf31bf21bb08448b23bd0bc1800f9a8f821
parenta30508ac7f88417052cb1cf195506d351e81a6b5 (diff)
downloadaur-epsxe-plugin-gpu-xgl2.tar.gz
adds lib32-gtk and lib32-glib to the depends for x86_64
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffd457583ef7..ab29c9e27db0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Feb 10 14:48:00 UTC 2016
pkgbase = epsxe-plugin-gpu-xgl2
pkgdesc = Linux port of the OpenGL2 plugin
pkgver = 2.9
- pkgrel = 5
+ pkgrel = 6
url = http://www.pbernert.com
arch = i686
arch = x86_64
@@ -15,6 +17,8 @@ pkgbase = epsxe-plugin-gpu-xgl2
md5sums = 088c5cdc21a0807e9227d7ec4672b51d
depends_i686 = mesa
depends_x86_64 = lib32-mesa
+ depends_x86_64 = lib32-glib
+ depends_x86_64 = lib32-gtk
pkgname = epsxe-plugin-gpu-xgl2
diff --git a/PKGBUILD b/PKGBUILD
index 7bf827b7508f..066608134562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=epsxe-plugin-gpu-xgl2
pkgver=2.9
-pkgrel=5
+pkgrel=6
pkgdesc="Linux port of the OpenGL2 plugin"
url="http://www.pbernert.com"
depends=('epsxe' 'glib' 'gtk')
depends_i686+=('mesa')
-depends_x86_64+=('lib32-mesa')
+depends_x86_64+=('lib32-mesa' 'lib32-glib' 'lib32-gtk')
source=(http://www.pbernert.com/gpupetexgl209.tar.gz http://www.pbernert.com/gpupetexgl208.tar.gz)
md5sums=('61bdad38a3a616bc000664de23d00c6e'
'088c5cdc21a0807e9227d7ec4672b51d')