wgetpaste: update to 2.22.

This commit is contained in:
Juan RP 2013-05-01 13:24:37 +02:00
parent 0446b14784
commit e9294d96aa

View file

@ -1,6 +1,6 @@
# Template file for 'wgetpaste'
pkgname=wgetpaste
version=2.20
version=2.22
revision=1
makedepends="bash wget"
short_desc="A script that automates pasting to a number of pastebin services"
@ -8,9 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://wgetpaste.zlin.dk/"
license="Public domain"
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
checksum=7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e
long_desc="
A script that automates pasting to a number of pastebin services."
checksum=a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05
do_install() {
vinstall ${pkgname} 755 usr/bin
@ -23,6 +21,6 @@ wgetpaste_package() {
depends="${makedepends}"
noarch="yes"
pkg_install() {
vmove usr
vmove all
}
}