diff --git a/srcpkgs/wgetpaste/template b/srcpkgs/wgetpaste/template index ca40d9f3db5cdf..9d961e12cf18f5 100644 --- a/srcpkgs/wgetpaste/template +++ b/srcpkgs/wgetpaste/template @@ -1,6 +1,6 @@ # Template file for 'wgetpaste' pkgname=wgetpaste -version=2.33 +version=2.34 revision=1 depends="bash wget" short_desc="Script that automates pasting to a number of pastebin services" @@ -8,11 +8,11 @@ maintainer="Orphaned " license="MIT" homepage="http://wgetpaste.zlin.dk/" distfiles="https://github.com/zlin/wgetpaste/releases/download/${version}/wgetpaste-${version}.tar.xz" -checksum=e9359d84a3a63bbbd128621535c5302f2e3a85e23a52200e81e8fab9b77e971b +checksum=bd6d06ed901a3d63c9c8c57126084ff0994f09901bfb1638b87953eac1e9433f do_install() { - vbin ${pkgname} - vinstall _${pkgname} 644 usr/share/zsh/site-functions - vsconf ${FILESDIR}/${pkgname}.example + vbin wgetpaste + vinstall _wgetpaste 644 usr/share/zsh/site-functions + vsconf ${FILESDIR}/wgetpaste.example vlicense LICENSE }