From 7aca6a8944fb7c7be93a345be16f66c41fe2ea22 Mon Sep 17 00:00:00 2001 From: cr6git Date: Wed, 3 Jan 2018 01:34:15 +0100 Subject: [PATCH] btfs: fix wrong checksum & license Closes: #10366 [via git-merge-pr] --- srcpkgs/btfs/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/btfs/template b/srcpkgs/btfs/template index b951026fb4..e630293341 100644 --- a/srcpkgs/btfs/template +++ b/srcpkgs/btfs/template @@ -6,12 +6,12 @@ build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="boost-devel libcurl-devel libtorrent-rasterbar-devel fuse-devel" depends="python" -short_desc="A bittorrent filesystem based on FUSE" +short_desc="Bittorrent filesystem based on FUSE" maintainer="Juan RP " -license="GPL-2" +license="GPL-3" homepage="https://github.com/johang/btfs" distfiles="https://github.com/johang/btfs/archive/v${version}.tar.gz" -checksum=faccec8715ed2dd2193ae4e026c1735ff354bba635b9bb60d2642e2895aa5674 +checksum=bb9679045540554232eff303fc4f615d28eb4023461eae3f65f08f2427ec9ef2 CXXFLAGS="-std=c++11"