summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGore Liu2017-11-24 17:39:04 +0800
committerGore Liu2017-11-24 17:39:04 +0800
commit580ba270c24b80a5cf039f660c04717d1bd28d38 (patch)
tree7d9a1c6beaf410a52faeaad3f28a5df983e8279d /PKGBUILD
parent2f41223969647c08729e8aa6227dc6584395248e (diff)
downloadaur-580ba270c24b80a5cf039f660c04717d1bd28d38.tar.gz
Fix optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65d6fa76f99d..a01d3070e0ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=docker-systemctl-replacement-git
_pkgname=docker-systemctl-replacement
pkgver=516.610695a
-pkgrel=1
+pkgrel=2
pkgdesc="docker systemctl replacement"
url='https://github.com/gdraheim/docker-systemctl-replacement'
arch=('any')
license=('GPL')
-optdepends=('python2: systemctl.py' 'python3: systemctl3.py')
+optdepends=('python2: systemctl.py' 'python: systemctl3.py')
source=("${_pkgname}::git+https://github.com/gdraheim/docker-systemctl-replacement")
sha512sums=('SKIP')