summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04b9fab137d..714be57a31db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = touchegg-openrc
pkgdesc = OpenRC init script for touchegg daemon.
pkgver = 20211018.1
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.archlinux.org/title/touchegg
arch = any
license = GPL3
- depends = touchegg-nosystemd
+ depends = touchegg-nosystemd>=2
optdepends = openrc: To make use of this initscript.
options = !emptydirs
source = copying-info.txt
diff --git a/PKGBUILD b/PKGBUILD
index 01d29dc512b5..7d3c31a726ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=touchegg-openrc
pkgname="${_pkgname}"
pkgver=20211018.1
-pkgrel=1
+pkgrel=2
pkgdesc='OpenRC init script for touchegg daemon.'
url='https://wiki.archlinux.org/title/touchegg'
license=('GPL3')
arch=('any')
-depends=('touchegg-nosystemd')
+depends=('touchegg-nosystemd>=2')
makedepends=()
optdepends=('openrc: To make use of this initscript.')
provides=()