aboutsummaryrefslogtreecommitdiffstats
path: root/main/openobex
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-04-11 20:59:36 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-20 13:37:12 +0000
commitb0dc341047743b7210a2ffa2d3c86edc826c3c10 (patch)
tree2f6fa4605e84c3eabb15d571b64996179c966344 /main/openobex
parentd0e9919ac8a3fab813624065135d58dc2f412f6c (diff)
downloadaports-b0dc341047743b7210a2ffa2d3c86edc826c3c10.tar.bz2
aports-b0dc341047743b7210a2ffa2d3c86edc826c3c10.tar.xz
main/openobex: no need update_config_sub
Diffstat (limited to 'main/openobex')
-rw-r--r--main/openobex/APKBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/main/openobex/APKBUILD b/main/openobex/APKBUILD
index 11c95551c2..9cf6f42891 100644
--- a/main/openobex/APKBUILD
+++ b/main/openobex/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=openobex
pkgver=1.7.2
-pkgrel=0
+pkgrel=1
pkgdesc="Implementation of the OBject EXchange (OBEX) protocol"
url="http://dev.zuckschwerdt.org/openobex/"
arch="all"
@@ -14,11 +14,6 @@ source="http://downloads.sourceforge.net/project/openobex/openobex/$pkgver/openo
_builddir="$srcdir"/openobex-$pkgver-Source
-prepare() {
- cd "$_builddir"
- update_config_sub || return 1
-}
-
build() {
cd "$_builddir"
cmake \