summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2015-09-04 14:26:06 -0600
committeramagura2015-09-04 14:26:06 -0600
commit98637f7e080a7fb18fcbaa8b3b5d2c3ec01600b8 (patch)
treeaaf282e3275b27bd22944ea38c8fe2cd3382fe2e
parent3e2ce1d6f1a4fc2004196fdfc13592aa3e95fb33 (diff)
downloadaur-98637f7e080a7fb18fcbaa8b3b5d2c3ec01600b8.tar.gz
should fix the problems related to missing *.so files:
libgtk-1.2.so.0 libgmodule-1.2.so.0 libglib-1.2.so.0 libgdk-1.2.so.0
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97bb41b367c3..7bf827b7508f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=epsxe-plugin-gpu-xgl2
pkgver=2.9
-pkgrel=4
+pkgrel=5
pkgdesc="Linux port of the OpenGL2 plugin"
url="http://www.pbernert.com"
-depends=('epsxe')
+depends=('epsxe' 'glib' 'gtk')
depends_i686+=('mesa')
depends_x86_64+=('lib32-mesa')
source=(http://www.pbernert.com/gpupetexgl209.tar.gz http://www.pbernert.com/gpupetexgl208.tar.gz)
-md5sums=('61bdad38a3a616bc000664de23d00c6e' '088c5cdc21a0807e9227d7ec4672b51d')
+md5sums=('61bdad38a3a616bc000664de23d00c6e'
+ '088c5cdc21a0807e9227d7ec4672b51d')
license=('custom')
arch=('i686' 'x86_64')