summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Rosenstrauch2021-10-03 22:19:27 -0400
committerDavid Rosenstrauch2021-10-03 22:19:27 -0400
commitfc56d66274571eace42217f95c96109a8f13656b (patch)
tree5c4897e0c40e6d2d1ebd5278c374d6c736401e64
parent6d569cb3281a797713fbf63ac0ab36437800b7c0 (diff)
downloadaur-fc56d66274571eace42217f95c96109a8f13656b.tar.gz
Updated to latest commit
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c6b5e85defb..337f24015777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = cdm-git
pkgdesc = The Console Display Manager
- pkgver = r144.719b4a5
- pkgrel = 2
+ pkgver = r170.594d94f
+ pkgrel = 1
epoch = 1
- url = https://github.com/ghost1227/cdm
+ url = https://github.com/evertiro/cdm
arch = any
license = GPL
makedepends = git
@@ -14,8 +14,7 @@ pkgbase = cdm-git
provides = cdm
conflicts = cdm
backup = etc/cdmrc
- source = git://github.com/ghost1227/cdm.git
+ source = git://github.com/evertiro/cdm.git
md5sums = SKIP
pkgname = cdm-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e5422afda3de..6c184725eeda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Alex Kubica <alexkubicail@gmail.com>
+# Maintainer: David Rosenstrauch <darose@darose.net>
+# Contributor: Alex Kubica <alexkubicail@gmail.com>
# Contributor: Faule Socke <github@socker.lepus.uberspace.de>
# Contributor: Jakub Klinkovský <kuba.klinkovsky@gmail.com>
# Contributor: Adlai Chandrasekhar <munchking@gmail.com>
@@ -7,18 +8,18 @@
pkgname=cdm-git
_pkgname="cdm"
-pkgver=r144.719b4a5
-pkgrel=2
+pkgver=r170.594d94f
+pkgrel=1
pkgdesc="The Console Display Manager"
arch=('any')
-url="https://github.com/ghost1227/cdm"
+url="https://github.com/evertiro/cdm"
license=('GPL')
makedepends=('git')
depends=('dialog' 'xorg-xinit' 'xorg-xdpyinfo' 'kbd')
provides=('cdm')
conflicts=('cdm')
backup=('etc/cdmrc')
-source=('git://github.com/ghost1227/cdm.git')
+source=('git://github.com/evertiro/cdm.git')
md5sums=('SKIP')
epoch=1