aboutsummaryrefslogtreecommitdiffstats
path: root/community/wgetpaste/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/wgetpaste/APKBUILD')
-rw-r--r--community/wgetpaste/APKBUILD18
1 files changed, 6 insertions, 12 deletions
diff --git a/community/wgetpaste/APKBUILD b/community/wgetpaste/APKBUILD
index 5cecc68277d..7baf3d29fc7 100644
--- a/community/wgetpaste/APKBUILD
+++ b/community/wgetpaste/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wgetpaste
-pkgver=2.30
+pkgver=2.34
pkgrel=0
pkgdesc="Command-line interface to various pastebins"
url="http://wgetpaste.zlin.dk/"
@@ -9,7 +9,7 @@ arch="noarch"
license="MIT"
depends="wget bash"
options="!check" # no tests
-subpackages="$pkgname-zsh-completion:zsh:noarch"
+subpackages="$pkgname-zsh-completion"
source="$pkgname-$pkgver.tar.gz::https://github.com/zlin/wgetpaste/archive/$pkgver.tar.gz"
package() {
@@ -17,12 +17,6 @@ package() {
install -Dm644 _wgetpaste "$pkgdir"/usr/share/zsh/site-functions/_wgetpaste
}
-zsh() {
- pkgdesc="Zsh completion for wgetpaste"
- install_if="$pkgname=$pkgver-r$pkgrel zsh"
-
- mkdir -p "$subpkgdir"/usr/share/zsh/site-functions
- mv "$pkgdir"/usr/share/zsh/site-functions/* \
- "$subpkgdir"/usr/share/zsh/site-functions
-}
-sha512sums="bff81962967b8deaddd30c4007d81550e5510fbbf0754c109630f35a2a0b82c2ae1029822d0bd9e4918a66c41cf08cc7b3566aac4cb42415215adc2f8be43a70 wgetpaste-2.30.tar.gz"
+sha512sums="
+53f1d33f0e309d0d0889b6c440e2126132b8c83ba6e860e4e498141a2268060ca4dab6096780a8f6fa4ae8ec1d5314009d3d69b689270f78022d558b7060e4c5 wgetpaste-2.34.tar.gz
+"