diff --git a/srcpkgs/words-mnemonic/template b/srcpkgs/words-mnemonic/template index 65fd6f5b17..79f58501ec 100644 --- a/srcpkgs/words-mnemonic/template +++ b/srcpkgs/words-mnemonic/template @@ -1,17 +1,20 @@ # Template file for 'words-mnemonic' pkgname=words-mnemonic version=20150217 -revision=3 +revision=4 build_style=fetch -archs=noarch short_desc="Word list from the Mnemonic encoder project" maintainer="Leah Neukirchen " -# see https://github.com/singpolyma/mnemonicode/blob/master/mn_wordlist.c license="MIT" homepage="http://web.archive.org/web/20090918202746/http://tothink.com/mnemonic/wordlist.html" -distfiles="https://github.com/elasticdog/genhost/raw/35a7391434a24da78fb29831381480380885406b/wordlist>mnemonic" -checksum=39a203cec6a0db04a0a1e47c1810302fb5edeb1a56ddcf05e099dd8e3d212131 +distfiles=" + https://raw.githubusercontent.com/singpolyma/mnemonicode/ecf4212883cef620a8b71a50e117ad9411946085/mn_wordlist.c + https://github.com/elasticdog/genhost/raw/35a7391434a24da78fb29831381480380885406b/wordlist>mnemonic" +checksum="066c5d67d64c5040cafe4e365c7dfc3671d5e81b5fb6d37d80a15ca3e2ed6a98 + 39a203cec6a0db04a0a1e47c1810302fb5edeb1a56ddcf05e099dd8e3d212131" do_install() { + sed -n '/Copyright /,/THE SOFTWARE[.]/s/ //p' mn_wordlist.c >LICENSE + vlicense LICENSE vinstall mnemonic 0644 usr/share/dict }