[arch-commits] Commit in borg/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Sun Jan 28 08:31:33 UTC 2018


    Date: Sunday, January 28, 2018 @ 08:31:32
  Author: eschwartz
Revision: 287604

upgpkg: borg 1.1.4-2

Rebuild with fix for renamed msgpack module.
FS#56914 build against system zstd library.

Modified:
  borg/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-28 08:12:35 UTC (rev 287603)
+++ PKGBUILD	2018-01-28 08:31:32 UTC (rev 287604)
@@ -4,12 +4,12 @@
 pkgname=borg
 _pkgname=borgbackup
 pkgver=1.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Deduplicating backup program with compression and authenticated encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')
 arch=('x86_64')
-depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz' 'zstd')
 optdepends=('openssh: repositories on remote hosts'
             'python-llfuse: mounting backups as a FUSE file system')
 makedepends=('cython' 'python-sphinx' 'python-guzzle-sphinx-theme')
@@ -21,6 +21,11 @@
 sha256sums=('22a4a53840886180e87de5636356f29e491209365861007c31d7f18220c72cb2'
             '183814ae70fce7bbcf04dbbf3866eaf76867896a4327f8a3b553e095d1ff360f')
 
+prepare() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  sed -i "s/msgpack-python/msgpack/g" setup.py
+}
+
 build() {
   cd "$srcdir/$_pkgname-$pkgver"
   python setup.py build



More information about the arch-commits mailing list