[arch-commits] Commit in btrfs-progs/trunk (PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Sun Oct 9 15:04:51 UTC 2016
Date: Sunday, October 9, 2016 @ 15:04:51
Author: seblu
Revision: 277963
upgpkg: btrfs-progs 4.8-1
Modified:
btrfs-progs/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-09 15:03:00 UTC (rev 277962)
+++ PKGBUILD 2016-10-09 15:04:51 UTC (rev 277963)
@@ -4,12 +4,12 @@
# Contributor: Tobias Powalowski <tpowa at archlinux.org>
pkgname=btrfs-progs
-pkgver=4.7.3
+pkgver=4.8
pkgrel=1
pkgdesc='Btrfs filesystem utilities'
arch=('i686' 'x86_64')
depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
url='http://btrfs.wiki.kernel.org/'
replaces=('btrfs-progs-unstable')
conflicts=('btrfs-progs-unstable')
@@ -24,7 +24,7 @@
install=btrfs-progs.install
options=(!staticlibs)
md5sums=('SKIP'
- 'b2dc5175a721247d982be6d98e1e7525'
+ '51f907a15c60fd43a7e97a03b24928a1'
'7241ba3a4286d08da0d50b7176941112'
'b09688a915a0ec8f40e2f5aacbabc9ad'
'794b867e09451284c545bae112aa0cfd'
@@ -43,7 +43,7 @@
package() {
cd $pkgname-v$pkgver
- make prefix="$pkgdir"/usr install
+ make DESTDIR="$pkgdir" install
# install bash completion (FS#44618)
install -Dm644 btrfs-completion "$pkgdir/usr/share/bash-completion/completions/btrfs"
More information about the arch-commits
mailing list