wgetpaste: update to 2.22.
This commit is contained in:
parent
0446b14784
commit
e9294d96aa
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wgetpaste'
|
# Template file for 'wgetpaste'
|
||||||
pkgname=wgetpaste
|
pkgname=wgetpaste
|
||||||
version=2.20
|
version=2.22
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="bash wget"
|
makedepends="bash wget"
|
||||||
short_desc="A script that automates pasting to a number of pastebin services"
|
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/"
|
homepage="http://wgetpaste.zlin.dk/"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
|
distfiles="http://wgetpaste.zlin.dk/$pkgname-$version.tar.bz2"
|
||||||
checksum=7a53836d02e07cefc3c2978bb129a037fa1e1222ba0e275c4e818230a6d6fb9e
|
checksum=a903d4b93e487046226ad77037a28cb5f6cf2465bf212e5edf568c4135f6fe05
|
||||||
long_desc="
|
|
||||||
A script that automates pasting to a number of pastebin services."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall ${pkgname} 755 usr/bin
|
vinstall ${pkgname} 755 usr/bin
|
||||||
|
@ -23,6 +21,6 @@ wgetpaste_package() {
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue