aboutsummaryrefslogtreecommitdiffstats
path: root/community/ubridge/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/ubridge/APKBUILD')
-rw-r--r--community/ubridge/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/ubridge/APKBUILD b/community/ubridge/APKBUILD
index 28143afb690..c7432c89c47 100644
--- a/community/ubridge/APKBUILD
+++ b/community/ubridge/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ubridge
pkgver=0.9.14
-pkgrel=0
+pkgrel=1
pkgdesc="Bridge for UDP tunnels, Ethernet, TAP and VMnet interfaces."
url="https://github.com/GNS3/ubridge"
arch="all"
license="GPL-3.0"
makedepends="libpcap-dev linux-headers"
subpackages="$pkgname-doc"
+install="$pkgname.post-install $pkgname.post-upgrade"
source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz
musl-fixes.patch"