summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2016-01-25 12:03:32 +0000
committerWorMzy Tykashi2016-01-25 12:04:03 +0000
commit4b56570b1984c69770f3fc371829765bdfe86db2 (patch)
tree0e3b4ca78e8d5cd0062ee29c163961b8e2acd9fd
parent128652c169f4afe17f61803dbd21645606fa7807 (diff)
downloadaur-4b56570b1984c69770f3fc371829765bdfe86db2.tar.gz
Fixed mutagen optdep
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce57730cec8b..c26916fcbb23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# 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_r485.ga34f7e0
+ pkgver = 1.1_r502.g1d0e803
pkgrel = 1
url = https://github.com/liftoff/GateOne
install = gateone-git.install
@@ -19,7 +21,7 @@ pkgbase = gateone-git
optdepends = python2-kerberos: Only necessary if you plan to use the Kerberos authentication module
optdepends = python2-pyopenssl: Used to generate self-signed SSL keys and certificates
optdepends = dtach: Allows sessions to be resumed even if Gate One is restarted
- optdepends = python2-mutagen: Display audio metadata when reading audio files
+ optdepends = mutagen: Display audio metadata when reading audio files
options = emptydirs
source = git+https://github.com/liftoff/GateOne.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d1ca9d0cace2..d159d51c0784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gateone-git
_gitname="GateOne"
-pkgver=1.1_r485.ga34f7e0
+pkgver=1.1_r502.g1d0e803
pkgrel=1
pkgdesc="Web-based terminal emulator and SSH client"
arch=('any')
@@ -17,7 +17,7 @@ optdepends=('python2-imaging: A python module for manipulating images'
'python2-kerberos: Only necessary if you plan to use the Kerberos authentication module'
'python2-pyopenssl: Used to generate self-signed SSL keys and certificates'
'dtach: Allows sessions to be resumed even if Gate One is restarted'
- 'python2-mutagen: Display audio metadata when reading audio files')
+ 'mutagen: Display audio metadata when reading audio files')
# systemd needs to be in makedepends for building in clean chroot
makedepends=('git' 'systemd')
# we need emptydirs for the etc and var-lib folders