* sync btrfs-progs with main arch

This commit is contained in:
Alexander Baldeck 2020-05-22 20:24:40 +02:00
parent dc0e699c09
commit 9f2ee5af5f
2 changed files with 8 additions and 6 deletions

View File

@ -5,12 +5,14 @@
pkgname=btrfs-progs
pkgver=5.6.1
pkgrel=1
pkgrel=3
pkgdesc='Btrfs filesystem utilities'
arch=(x86_64 powerpc64le)
makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools')
depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt' 'e2fsprogs' 'reiserfsprogs')
optdepends=('python: libbtrfsutil python bindings')
makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python' 'python-setuptools' 'e2fsprogs' 'reiserfsprogs')
depends=('glibc' 'libutil-linux' 'lzo' 'zlib' 'zstd' 'libgcrypt')
optdepends=('python: libbtrfsutil python bindings'
'e2fsprogs: btrfs-convert'
'reiserfsprogs: btrfs-convert')
url='https://btrfs.wiki.kernel.org'
replaces=('btrfs-progs-unstable')
conflicts=('btrfs-progs-unstable')
@ -29,7 +31,7 @@ sha256sums=('SKIP'
'bbe60b35d1b1e2efc1308a8f54f1fdc6808240a81c5f5b4d75321b7ee86e41f4'
'35efeee8590d6d60c711ae9cdc918e4841ab61d10cb02359e65e36ebff95ffc5'
'8b1f8a1176141c5c6abe772dcb93cd87c083c7415c856b4fcb563491c9916836'
'7cbeebee2a561e468c0ce1d33107fa968da76109df1b693e48b501971a462444')
'9a0b6cc23f7bd97b83b6c38dd2b4e4373fead8bd3ccfb82a47c72971e9d6f8ad')
prepare() {
cd $pkgname-v$pkgver

View File

@ -8,4 +8,4 @@ RandomizedDelaySec=1w
Persistent=true
[Install]
WantedBy=multi-user.target
WantedBy=timers.target