summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72d2ffb1c62a..c2e52740e4ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 5.1.0f3+2015090301
- pkgrel = 1
+ pkgrel = 2
url = https://unity3d.com/
install = unity-editor.install
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = unity-editor
depends = nss
depends = libpng12
depends = libxtst
+ depends = libpqxx
depends = monodevelop
optdepends = ffmpeg: for WebGL exporting
optdepends = nodejs: for WebGL exporting
diff --git a/PKGBUILD b/PKGBUILD
index d35431af4dd7..dde94cda8909 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _version=5.1.0
_build=f3
_buildtag=2015090301
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=1
+pkgrel=2
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
url='https://unity3d.com/'
@@ -21,6 +21,7 @@ depends=('desktop-file-utils'
'nss'
'libpng12'
'libxtst'
+ 'libpqxx'
'monodevelop')
makedepends=('elinks'
'libxml2')