summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevel2016-08-31 13:58:54 +0200
committerrevel2016-08-31 13:58:54 +0200
commitbf0e97dff397c8ba99b0b0dadf9414683de3f1b3 (patch)
treea6c56555245eddf3f6cfd10013c241396c5cca79
parent11516ce6c21878f1be4a9afeebc4a82b83bac07b (diff)
downloadaur-bf0e97dff397c8ba99b0b0dadf9414683de3f1b3.tar.gz
- updated dbus dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf1e1cc1110..6d451f792c6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = falcon
pkgdesc = a general purpose untyped language, based on a Virtual Machine executing portable pseudo codes
pkgver = 0.9.6.8
- pkgrel = 3
+ pkgrel = 4
url = http://falconpl.org
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = falcon
depends = gtk2
depends = gd
depends = curl
- depends = dbus-core
+ depends = dbus
depends = sdl_image
depends = sdl_ttf
depends = sdl_mixer
diff --git a/PKGBUILD b/PKGBUILD
index fe1246430a0b..8f3bb91779db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=falcon
pkgver=0.9.6.8
-pkgrel=3
+pkgrel=4
pkgdesc='a general purpose untyped language, based on a Virtual Machine executing portable pseudo codes'
arch=('i686' 'x86_64')
url='http://falconpl.org'
license=('GPL2'
'custom:FPLLv1.1')
-depends=('bison' 'gtk2' 'gd' 'curl' 'dbus-core' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sqlite' 'libmysqlclient' 'postgresql-libs')
+depends=('bison' 'gtk2' 'gd' 'curl' 'dbus' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'sqlite' 'libmysqlclient' 'postgresql-libs')
makedepends=('cmake')
source=("http://falconpl.org/project_dl/_official_rel/Falcon-$pkgver.tgz"
# 'mongodb-module.patch'