aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/wireshark/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/wireshark/APKBUILD b/main/wireshark/APKBUILD
index 822ad35959..9e9940e6f3 100644
--- a/main/wireshark/APKBUILD
+++ b/main/wireshark/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=wireshark
pkgver=1.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="network protocol analyzer - GTK version"
url="http://www.wireshark.org"
arch="all"
@@ -50,6 +50,7 @@ package() {
"$pkgdir"/usr/share/icons/wireshark.png
install -Dm644 "$srcdir"/wireshark.desktop \
"$pkgdir"/usr/share/applications/wireshark.desktop
+ find "$pkgdir" -name '*.la' -delete
}
common() {