Merge pull request #2450 from steski/pastebinit

pastebinit: add python3.4 to depends
This commit is contained in:
Jürgen Buchmüller 2015-09-04 01:57:47 +02:00
commit 2577e1aedd
1 changed files with 2 additions and 3 deletions

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
}