summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordian Edenhofer2020-08-23 11:49:23 +0200
committerGordian Edenhofer2020-08-23 11:49:23 +0200
commit0955baf4988a397bf61e09c87bf1085b67969232 (patch)
tree82d7849bdebb6185e87a99e0404af703218e53b7
parent7c257ddeae524c40448a854e54f4c27e84e72291 (diff)
downloadaur-0955baf4988a397bf61e09c87bf1085b67969232.tar.gz
upgpkg: bup-git 0.31.r0.g63046f3-1
Fix the python version of an optional dependency.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554c0d6657e8..040b807f05e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = bup-git
depends = readline
depends = attr
depends = git
- optdepends = python2-tornado: launch a web server to examine backup sets
+ optdepends = python-tornado: launch a web server to examine backup sets
provides = bup=0.31.r0.g63046f3
conflicts = bup
source = bup-git::git+https://github.com/bup/bup.git
diff --git a/PKGBUILD b/PKGBUILD
index 3ea6dc0274ac..b37fa7315ac3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url='https://bup.github.io/'
license=('GPL')
depends=('python-fuse' 'par2cmdline' 'python-pyxattr' 'acl' 'readline' 'attr' 'git')
-optdepends=('python2-tornado: launch a web server to examine backup sets')
+optdepends=('python-tornado: launch a web server to examine backup sets')
makedepends=('pandoc')
checkdepends=('rsync')
provides=("bup=${pkgver}")