btrfs-progs: use a working version compared to the previous one we had.
This commit is contained in:
parent
b61a0beb2d
commit
80772f806d
|
@ -1,7 +1,9 @@
|
|||
# Template file for 'btrfs-progs'
|
||||
pkgname=btrfs-progs
|
||||
version=3.12
|
||||
revision=1
|
||||
_distver=3.12
|
||||
_datever=20131127
|
||||
version=${_datever}.${_distver}
|
||||
revision=2
|
||||
makedepends="zlib-devel lzo-devel acl-devel libuuid-devel e2fsprogs-devel"
|
||||
short_desc="Btrfs filesystem utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -9,7 +11,7 @@ license="GPL-2"
|
|||
homepage="http://btrfs.wiki.kernel.org/"
|
||||
|
||||
do_fetch() {
|
||||
git clone -b v${version} git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git ${pkgname}-${version}
|
||||
git clone -b v${_distver} git://git.kernel.org/pub/scm/linux/kernel/git/mason/${pkgname}.git ${pkgname}-${version}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in New Issue