summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGore Liu2017-11-24 17:39:04 +0800
committerGore Liu2017-11-24 17:39:04 +0800
commit580ba270c24b80a5cf039f660c04717d1bd28d38 (patch)
tree7d9a1c6beaf410a52faeaad3f28a5df983e8279d
parent2f41223969647c08729e8aa6227dc6584395248e (diff)
downloadaur-580ba270c24b80a5cf039f660c04717d1bd28d38.tar.gz
Fix optdepends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 461ce8f18dbc..6714a04946ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Nov 24 09:29:55 UTC 2017
+# Fri Nov 24 09:37:47 UTC 2017
pkgbase = docker-systemctl-replacement-git
pkgdesc = docker systemctl replacement
pkgver = 516.610695a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gdraheim/docker-systemctl-replacement
arch = any
license = GPL
optdepends = python2: systemctl.py
- optdepends = python3: systemctl3.py
+ optdepends = python: systemctl3.py
source = docker-systemctl-replacement::git+https://github.com/gdraheim/docker-systemctl-replacement
sha512sums = SKIP
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')