summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Morante2017-10-25 18:32:41 +0300
committerOscar Morante2017-10-25 18:33:54 +0300
commit409a92dde1231121d3d26e855c937435236b9531 (patch)
treea3964c7c762950d06e742f1b628553345a93ae0f
parenta7592e61fe557c3d7c3b8ca3b52ea8e2501e5f91 (diff)
downloadaur-409a92dde1231121d3d26e855c937435236b9531.tar.gz
fix missing dependency (gconf)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c13a5959c7c..3513eaf5642e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Oct 15 10:51:32 UTC 2017
+# Wed Oct 25 15:33:47 UTC 2017
pkgbase = unity-editor
pkgdesc = The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences.
pkgver = 2017.2.0f3+20171013
- pkgrel = 3
+ pkgrel = 4
epoch = 1
url = https://unity3d.com/
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = unity-editor
depends = desktop-file-utils
depends = xdg-utils
depends = gcc-multilib
+ depends = gconf
depends = libgl
depends = glu
depends = nss
diff --git a/PKGBUILD b/PKGBUILD
index 606d50bd2536..035289e651cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ _extractiondir=unity-editor-${_version}${_build}
pkgname=('unity-editor' 'monodevelop-unity')
pkgver=${_version}${_build}+${_buildtag}
-pkgrel=3
+pkgrel=4
epoch=1
pkgdesc="The world's most popular development platform for creating 2D and 3D multiplatform games and interactive experiences."
arch=('x86_64')
@@ -21,6 +21,7 @@ license=('custom')
depends=('desktop-file-utils'
'xdg-utils'
'gcc-multilib'
+ 'gconf'
'libgl'
'glu'
'nss'