summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2016-08-07 21:36:03 -0700
committerEric Anderson2016-08-07 21:36:03 -0700
commit17ceb303b0ef9994ecc34ff2c783dcecc59504cf (patch)
treeaa4157d1a9f4ee552f74a6c8366ce91ac0842ce9 /PKGBUILD
parent27a03952ccc156c688aba58414c89c51074fae2e (diff)
downloadaur-17ceb303b0ef9994ecc34ff2c783dcecc59504cf.tar.gz
Remove explicit dependency to python2-yaml
python2-yaml is still a transitive dependency, but indirect via python2-cliapp. It was a mistake to include the dependency in obnam.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2275abe7344c..2412c72f9d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=obnam
pkgver=1.19
-pkgrel=1
+pkgrel=2
pkgdesc="Easy, secure backup program"
arch=('i686' 'x86_64')
url="http://obnam.org/"
license=('GPL3')
depends=('python2-paramiko' 'python2-tracing' 'python2-larch'
- 'python2-ttystatus' 'python2-cliapp' 'python2-yaml')
+ 'python2-ttystatus' 'python2-cliapp')
optdepends=('python2-fuse: support for mounting backups')
source=("http://code.liw.fi/debian/pool/main/o/obnam/obnam_$pkgver.orig.tar.xz")
sha256sums=('597516692831f273fabfebfa61bdf1ba20832bc168ddc90d22aa3d88eb702195')