community/snapper to 0.6.0-1

This commit is contained in:
Kevin Mihelich 2018-10-09 13:03:23 +00:00
parent aac9dfedb2
commit 817fd51761

View file

@ -5,8 +5,8 @@
# - pass LIBS="-lboost_thread -lboost_system" to configure to fix linking on ARM
pkgname=snapper
pkgver=0.5.6
pkgrel=2
pkgver=0.6.0
pkgrel=1
pkgdesc="A tool for managing BTRFS and LVM snapshots. It can create, diff and restore snapshots and provides timelined auto-snapping."
arch=('x86_64')
url="http://snapper.io"
@ -16,7 +16,7 @@ makedepends=('boost' 'lvm2' 'libxslt' 'docbook-xsl' 'pam' 'git' 'systemd')
optdepends=('pam: pam_snapper')
backup=('etc/conf.d/snapper')
source=("ftp://ftp.suse.com/pub/projects/$pkgname/$pkgname-$pkgver.tar.bz2")
sha256sums=('12bec02f1b1b1b8e88a44083312cba1971e2af3f79df94af59430db7e31ba78b')
sha256sums=('b8b678a926689becd645d28ddccaaa57d4853e0681144d2fdaab57e3e3644f30')
prepare() {
cd "$srcdir/$pkgname-$pkgver"