summaryrefslogtreecommitdiff
path: root/nonsystemd/gdm-openrc/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nonsystemd/gdm-openrc/PKGBUILD')
-rw-r--r--nonsystemd/gdm-openrc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/nonsystemd/gdm-openrc/PKGBUILD b/nonsystemd/gdm-openrc/PKGBUILD
index 1d0c92588..7d94d79c5 100644
--- a/nonsystemd/gdm-openrc/PKGBUILD
+++ b/nonsystemd/gdm-openrc/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: artoo <artoo@artixlinux.org>
+# Maintainer: David P. <megver83@parabola.nu>
+# Maintainer (Artix): artoo <artoo@artixlinux.org>
pkgname=gdm-openrc
pkgver=20220104
pkgrel=1
pkgdesc="OpenRC gdm init script"
arch=('any')
-url="https://gitea.artixlinux.org/artixlinux/packages-openrc"
+url="https://gitea.artixlinux.org/packagesG/gdm-openrc"
license=('GPL2')
groups=('openrc-world')
provides=('init-displaymanager')
-depends=('gdm' 'openrc')
conflicts=('init-displaymanager')
source=("gdm.initd")
sha256sums=('b46bb53bf9eb0c8d292133216af3c451060e8acc278e837d2bb5a58d548baec0')
package() {
+ depends=('gdm' 'openrc')
install -Dm755 "$srcdir/gdm.initd" "$pkgdir/etc/init.d/gdm"
}