summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2017-10-29 12:45:53 +0000
committerWorMzy Tykashi2017-10-29 12:45:53 +0000
commit7648559e6b69b29c712ae0d940b17fdec09738d7 (patch)
tree8a5cc7b3fe6c15dd0943ffcfa1f91339cfb45cb1
parent4b56570b1984c69770f3fc371829765bdfe86db2 (diff)
downloadaur-7648559e6b69b29c712ae0d940b17fdec09738d7.tar.gz
Removed redundant systemd makedep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c26916fcbb23..99a07c8cd7af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,12 @@
-# Generated by mksrcinfo v8
-# Mon Jan 25 12:03:44 UTC 2016
pkgbase = gateone-git
pkgdesc = Web-based terminal emulator and SSH client
- pkgver = 1.1_r502.g1d0e803
+ pkgver = 1.1_r514.ga3f7aeb
pkgrel = 1
url = https://github.com/liftoff/GateOne
install = gateone-git.install
arch = any
license = AGPL3
makedepends = git
- makedepends = systemd
depends = python2
depends = python2-tornado
depends = python2-futures
diff --git a/PKGBUILD b/PKGBUILD
index d159d51c0784..b1bea2f116dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gateone-git
_gitname="GateOne"
-pkgver=1.1_r502.g1d0e803
+pkgver=1.1_r514.ga3f7aeb
pkgrel=1
pkgdesc="Web-based terminal emulator and SSH client"
arch=('any')
@@ -18,8 +18,7 @@ optdepends=('python2-imaging: A python module for manipulating images'
'python2-pyopenssl: Used to generate self-signed SSL keys and certificates'
'dtach: Allows sessions to be resumed even if Gate One is restarted'
'mutagen: Display audio metadata when reading audio files')
-# systemd needs to be in makedepends for building in clean chroot
-makedepends=('git' 'systemd')
+makedepends=('git')
# we need emptydirs for the etc and var-lib folders
options=(emptydirs)
install=${pkgname}.install