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

NicoHood nicohood at archlinux.org
Sat Jan 30 08:37:37 UTC 2021


    Date: Saturday, January 30, 2021 @ 08:37:36
  Author: nicohood
Revision: 835857

upgpkg: snap-sync 0.7-1

Modified:
  snap-sync/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-30 04:35:43 UTC (rev 835856)
+++ PKGBUILD	2021-01-30 08:37:36 UTC (rev 835857)
@@ -2,19 +2,25 @@
 # PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
 # Contributor: Wes Barnett <wes at wbarnett dot us>
 pkgname=snap-sync
-pkgver=0.6.1
-pkgrel=2
+pkgver=0.7
+pkgrel=1
 pkgdesc="Use snapper snapshots to backup to external drive"
 arch=(any)
 url="https://github.com/wesbarnett/snap-sync"
 license=('GPL2')
-depends=(snapper libnotify)
+depends=(snapper btrfs-progs which)
+optdepends=('pv: progress bar during backup'
+            'libnotify: desktop notifications'
+            'rsync: sending info.xml to remote hosts'
+            'openssh: sending snapshots to remote destination'
+            'sudo: use sudo for remote snapshots')
 install='snap-sync.install'
-source=("${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+source=("${pkgname}-${pkgver}.tar.gz::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.sig::${url}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig"
         'snap-sync.install')
 validpgpkeys=('8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3'  # old key
               'F7B28C61944FE30DABEEB0B01070BCC98C18BD66') # new ecc key
-sha512sums=('99ba7c1e9c075bf78103d6398cee5988c5f6437248f06ce05a4cab78e8e1c737461bd9a6948105087ec3beb9192b00004dde8952a99352f78ff1f1da753f12e5'
+sha512sums=('de38038e856f1b9d889e6f8a8a29380265650fc582ee23914e16bc3de639e9e25438d7ec876afd58d35feb0f7a7ee4f62625bfa02eca29a7b18566fce58deb08'
             'SKIP'
             '39b4e05794657b880a81d8060f34a6a703db8169b68963aa1cc32e428a7a593b2d65dc6eb1f3fe37b7a0f2967c02113d1368b5d090341ed3856871d141013590')
 



More information about the arch-commits mailing list