summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColonelPhantom2016-10-29 00:23:58 +0200
committerColonelPhantom2016-10-29 00:23:58 +0200
commitcf147b95ea3ef8412bda4afb4b146c4b363f4764 (patch)
tree0e1a543b4f118dbc5ce67ef3fd0219cf6629d2aa /PKGBUILD
downloadaur-dbus-core.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 9 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..92e546a79631
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,9 @@
+# Maintainer: Quinten Kock <quinten@quinten.space>
+pkgname=dbus-core
+pkgver=1.10.12
+pkgrel=2
+pkgdesc="This is a dummy package for packages depending on dbus-core. This replaces it with an empty package depending on dbus."
+url=""
+arch=('any')
+depends=('dbus')
+