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

Balló György bgyorgy at archlinux.org
Fri Apr 8 13:45:56 UTC 2016


    Date: Friday, April 8, 2016 @ 15:45:56
  Author: bgyorgy
Revision: 169744

upgpkg: deja-dup 34.2-1

Update to new version

Modified:
  deja-dup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-08 13:44:10 UTC (rev 169743)
+++ PKGBUILD	2016-04-08 13:45:56 UTC (rev 169744)
@@ -2,8 +2,8 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=deja-dup
-pkgver=34.1
-pkgrel=2
+pkgver=34.2
+pkgrel=1
 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend"
 arch=('i686' 'x86_64')
 url="https://launchpad.net/deja-dup"
@@ -15,7 +15,7 @@
             'python2-boto: Amazon S3 and Google Cloud Storage backend')
 install=$pkgname.install
 source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-md5sums=('c621cea64b13f9e1e6771c802978c768')
+md5sums=('1b9bf984b2d163b6b5854f23a3e0eef9')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,7 +26,6 @@
 
 build() {
   cd $pkgname-$pkgver
-
   cmake . -DCMAKE_BUILD_TYPE=Release \
           -DCMAKE_INSTALL_PREFIX=/usr \
           -DCMAKE_INSTALL_SYSCONFDIR=/etc \
@@ -37,6 +36,5 @@
 
 package() {
   cd $pkgname-$pkgver
-
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list