summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae41ca28bec5..67ec5c224345 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = consolation
pkgdesc = Libinput-based console pointer support for copy-paste, similar to gpm
pkgver = 0.0.9
- pkgrel = 1
+ pkgrel = 2
url = https://salsa.debian.org/consolation-team/consolation
arch = x86_64
license = GPL
+ makedepends = help2man
depends = libevdev>=0.9.1
depends = libinput>=1.21
- depends = systemd>=183
- depends = help2man
+ depends = systemd-libs>=183
source = https://deb.debian.org/debian/pool/main/c/consolation/consolation_0.0.9.orig.tar.xz
md5sums = d062066b16411a035217626568c51eed
diff --git a/PKGBUILD b/PKGBUILD
index 3ee342c7519c..7747f29c1ec8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Contributor: snakeroot <cwa AT pipeline DOT com>
pkgname=consolation
pkgver=0.0.9
-pkgrel=1
+pkgrel=2
pkgdesc="Libinput-based console pointer support for copy-paste, similar to gpm"
arch=('x86_64')
url="https://salsa.debian.org/consolation-team/consolation"
license=('GPL')
-depends=('libevdev>=0.9.1' 'libinput>=1.21' 'systemd>=183' 'help2man')
+makedepends=('help2man')
+depends=('libevdev>=0.9.1' 'libinput>=1.21' 'systemd-libs>=183')
source=("https://deb.debian.org/debian/pool/main/c/consolation/${pkgname}_${pkgver}.orig.tar.xz")
md5sums=('d062066b16411a035217626568c51eed')