diff options
Diffstat (limited to 'main/openobex')
-rw-r--r-- | main/openobex/APKBUILD | 7 |
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 \ |