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

Lukas Fleischer lfleischer at archlinux.org
Sun Jan 24 15:34:43 UTC 2016


    Date: Sunday, January 24, 2016 @ 16:34:43
  Author: lfleischer
Revision: 158755

upgpkg: borg 0.30.0-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-24 15:13:25 UTC (rev 158754)
+++ PKGBUILD	2016-01-24 15:34:43 UTC (rev 158755)
@@ -3,10 +3,10 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=0.29.0
+pkgver=0.30.0
 pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated encryption'
-url='https://borgbackup.github.io/borgbackup/borg/'
+url='https://borgbackup.github.io/'
 license=('BSD')
 arch=('i686' 'x86_64')
 depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz"
         borg.coveragerc)
-sha256sums=('b57859a3b39c703695a631b75621e6efbc18571c99a1974b8326c8a3cc007dbf'
+sha256sums=('a467310d2846cd90ddfc371f2d981994ccd8dedf8c2b99a25fd8b5295062e858'
             '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {
@@ -38,7 +38,7 @@
 
 package() {
   cd "$srcdir/$_pkgname-$pkgver"
-  install -Dm644 "docs/_build/man/borg-deduplicatingarchiver.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   python setup.py -q install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list