Skip to content

Commit

Permalink
community/borgbackup: upgrade to 1.1.10
Browse files Browse the repository at this point in the history
- py3-msgpack no longer a dependency as it's now bundled

Closes GH-8415
  • Loading branch information
jminer74 authored and Ikke committed Jun 2, 2019
1 parent 659f07a commit 9f41f37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
14 changes: 5 additions & 9 deletions community/borgbackup/APKBUILD
@@ -1,31 +1,27 @@
# Contributor: Olivier Mauras <olivier@mauras.ch>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=borgbackup
pkgver=1.1.7
pkgrel=3
pkgver=1.1.10
pkgrel=0
pkgdesc="Deduplicating backup program"
url="https://borgbackup.readthedocs.io/"
arch="all !s390x" # limited by py3-zmq
license="BSD-3-Clause"
depends="python3 py3-msgpack py3-zmq"
depends="python3 py3-zmq"
makedepends="python3-dev lz4-dev acl-dev attr-dev openssl-dev linux-headers
py3-setuptools"
source="https://github.com/$pkgname/borg/releases/download/$pkgver/$pkgname-$pkgver.tar.gz
msgpack-fix.patch"
source="https://github.com/$pkgname/borg/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"

build() {
cd "$builddir"
python3 setup.py build
}

package() {
cd "$builddir"
python3 setup.py install --prefix=/usr --root="$pkgdir"

# Clean some useless files.
cd "$pkgdir"/usr/lib/python*/site-packages/borg
find . -name '*.h' -delete -o -name '*.c' -delete -o -name '*.pyx' -delete
}

sha512sums="586420b9cad7e731f2f1b8b05f3cd3dc606691c5a5ec307e887035d941ac5ac6d4c988783660969960a1221e4d9f2b865ee5558d4007ea7524632d0a50a8a402 borgbackup-1.1.7.tar.gz
0b30850df11124c7d699867a88852dc2c49c7e3b4025f1d75a3b4404ca5801d73ab21260f86a7725bb3b19650c8c0ddea05569f5696cb68b3e45c8faf54a97b6 msgpack-fix.patch"
sha512sums="9315335208f10427e3105e10819817d15fd05171479252903bd51eaacb016bc3ff792d505b9203ce0b9b41ec350472bdb9a23b0128e7fe156aaa47c1608451c0 borgbackup-1.1.10.tar.gz"
13 changes: 0 additions & 13 deletions community/borgbackup/msgpack-fix.patch

This file was deleted.

0 comments on commit 9f41f37

Please sign in to comment.