summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Vogt2021-11-10 20:02:34 +0100
committerNoah Vogt2021-11-10 20:02:34 +0100
commitec7205ef094a33b4d5ab3d104c5223ddb49b3dd1 (patch)
treee49e6a4400e944a7e6f92a81708b7a3fbf063472
parenta43b36e9a77a816f5ee48042f5acdfb8cec95367 (diff)
downloadaur-ec7205ef094a33b4d5ab3d104c5223ddb49b3dd1.tar.gz
rename dbus-docs -> dbus-xdg-docs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3282ee4d1615..2a55b78afe64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,6 +41,6 @@ pkgname = dbus-xdg-elogind
conflicts = libdbus
replaces = libdbus
-pkgname = dbus-docs
+pkgname = dbus-xdg-docs
pkgdesc = Freedesktop.org message bus system - but do not create a ~/.dbus directory (for non-systemd systems) (documentation)
depends =
diff --git a/PKGBUILD b/PKGBUILD
index a7a0d7b16a5c..310e551d7d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Link Dupont <link@subpop.net>
pkgbase=dbus-xdg
-pkgname=(dbus-xdg-elogind dbus-docs)
+pkgname=(dbus-xdg-elogind dbus-xdg-docs)
pkgver=1.12.20
pkgrel=1
pkgdesc="Freedesktop.org message bus system - but do not create a ~/.dbus directory (for non-systemd systems)"
@@ -84,7 +84,7 @@ package_dbus-xdg-elogind() {
mv "$pkgdir/usr/share/doc" "$srcdir"
}
-package_dbus-docs() {
+package_dbus-xdg-docs() {
pkgdesc+=" (documentation)"
depends=()