From 061e678ae4fd5e813c1cfd6dca62866c2d618098 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 2 Jan 2018 22:49:19 +0100 Subject: [PATCH] bokken: fix wrong distfiles Closes: #10359 [via git-merge-pr] --- srcpkgs/bokken/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/bokken/template b/srcpkgs/bokken/template index 6b70cec4072..1ff1249e61a 100644 --- a/srcpkgs/bokken/template +++ b/srcpkgs/bokken/template @@ -2,12 +2,13 @@ pkgname=bokken version=1.8 revision=1 -short_desc="GUI for the Pyew malware analysis tool and Radare the reverse engineering framework" +wrksrc="inguma-bokken-f256023cb91b" +short_desc="GUI for the Pyew malware analysis tool and Radare" maintainer="Juan RP " license="GPL-2" -homepage="http://inguma.eu/projects/bokken/" -distfiles="http://inguma.eu/attachments/download/212/${pkgname}-${version}.tar.gz" -checksum=1c73885147dfcf0a74ba4d3dd897a6aabc11a4a42f95bd1269782d0b2e1a11b9 +homepage="https://bitbucket.org/inguma/bokken" +distfiles="https://bitbucket.org/inguma/bokken/get/${version}.tar.gz" +checksum=c888c241c9f2a9e0a91e8d10f8eb5f55323bd831280054940686877c49cd7947 only_for_archs="i686 x86_64" makedepends="pygtk pygtksourceview radare2 r2-bindings"