summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFélix Piédallu2016-09-12 18:30:36 +0200
committerFélix Piédallu2016-09-12 18:30:36 +0200
commita8671f137cbe28e5ec9daf8ea047975fd123f795 (patch)
tree1aba4f53670ae6ae762e8377f31ac03e1c1cd48e /PKGBUILD
parent813b42561fe13716c1928d0a434a6e6dbc8ff202 (diff)
downloadaur-a8671f137cbe28e5ec9daf8ea047975fd123f795.tar.gz
removed libdbus dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 444934f269b5..37d852334441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A library for portable low-level access to a video framebuffer, audio o
arch=(any)
url="http://libsdl.org"
license=("MIT")
-depends=(mingw-w64-libdbus)
+depends=()
makedepends=(mingw-w64-configure)
options=(staticlibs !strip !buildflags)
source=("http://libsdl.org/release/SDL2-${pkgver}.tar.gz")