aboutsummaryrefslogtreecommitdiffstats
path: root/testing/etherdump/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/etherdump/APKBUILD')
-rw-r--r--testing/etherdump/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/etherdump/APKBUILD b/testing/etherdump/APKBUILD
index fd469552ab..d34f6dc877 100644
--- a/testing/etherdump/APKBUILD
+++ b/testing/etherdump/APKBUILD
@@ -2,19 +2,19 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=etherdump
pkgver=2.11
-pkgrel=0
+pkgrel=1
pkgdesc="An extremely small packet sniffer"
url="http://freshmeat.net/projects/etherdump/"
arch="all"
-license="GPL"
+license="GPL2+"
depends=""
depends_dev=""
makedepends=""
install=""
subpackages=""
source="http://psydev.syw4e.info/new/$pkgname/$pkgname-$pkgver.tar.gz"
-_builddir="$srcdir"/$pkgname-$pkgver
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
cd "$_builddir"
make || return 1