pastebinit: add python3.4 to depends

This commit is contained in:
Steve Prybylski 2015-09-03 18:52:05 -04:00
parent c0eab38f67
commit cef6832c71

View file

@ -1,8 +1,9 @@
# Template file for 'pastebinit'
pkgname=pastebinit
version=1.4.1
revision=1
revision=2
hostmakedepends="asciidoc"
depends="python3.4"
short_desc="Pastebin command-line client"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="GPL-2, GPL-3"
@ -25,9 +26,7 @@ do_install() {
vman utils/${util}.1
done
vmkdir usr/share/pastebinit.d
vcopy pastebin.d usr/share/pastebint.d/
vcopy po/mo usr/share/locale
}