Date: Wednesday, April 4, 2018 @ 18:34:40 Author: bpiotrowski Revision: 314208
1.1.5-2: remove msgpack version constraint Latest release "blacklists" msgpack 0.5.0 due to the project not supporting py34. We are on 3.6 already and test suite passes so sounds pointless. For reference https://github.com/borgbackup/borg/issues/3753 Modified: borg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-04 18:34:33 UTC (rev 314207) +++ PKGBUILD 2018-04-04 18:34:40 UTC (rev 314208) @@ -4,7 +4,7 @@ pkgname=borg _pkgname=borgbackup pkgver=1.1.5 -pkgrel=1 +pkgrel=2 pkgdesc='Deduplicating backup program with compression and authenticated encryption' url='https://borgbackup.github.io/' license=('BSD') @@ -23,7 +23,7 @@ prepare() { cd "$srcdir/$_pkgname-$pkgver" - sed -i "s/msgpack-python/msgpack/g" setup.py + sed -i "s/msgpack-python>=.*/msgpack',/g" setup.py } build() {
