summarylogtreecommitdiffstats
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
parent813b42561fe13716c1928d0a434a6e6dbc8ff202 (diff)
downloadaur-a8671f137cbe28e5ec9daf8ea047975fd123f795.tar.gz
removed libdbus dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c0f726c14e..83c22a102055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 09:19:16 UTC 2016
+# Mon Sep 12 16:30:26 UTC 2016
pkgbase = mingw-w64-sdl2
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)
pkgver = 2.0.4
@@ -8,7 +8,6 @@ pkgbase = mingw-w64-sdl2
arch = any
license = MIT
makedepends = mingw-w64-configure
- depends = mingw-w64-libdbus
options = staticlibs
options = !strip
options = !buildflags
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")