diff options
author | Thomas Liske <thomas@fiasko-nw.net> | 2020-03-26 22:40:52 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-03-27 08:53:21 +0000 |
commit | 7613af376a3b8eacd23850ec903349e21d4e7ad4 (patch) | |
tree | 626785e546b7d3ae9c2fd6ed4210a37961d6b696 | |
parent | 6ec43dc97e844cc2de641d8576a3bd3fe89ecaa3 (diff) | |
download | aports-7613af376a3b8eacd23850ec903349e21d4e7ad4.tar.gz aports-7613af376a3b8eacd23850ec903349e21d4e7ad4.tar.bz2 aports-7613af376a3b8eacd23850ec903349e21d4e7ad4.tar.xz |
community/libyang: improve APKBUILD
-rw-r--r-- | community/libyang/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/libyang/APKBUILD b/community/libyang/APKBUILD index e4712cf28f..bcc2b66905 100644 --- a/community/libyang/APKBUILD +++ b/community/libyang/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Christian Franke <nobody@nowhere.ws> pkgname=libyang pkgver=1.0.130 -pkgrel=2 +pkgrel=0 pkgdesc="YANG data modelling language parser and toolkit" url="https://github.com/CESNET/libyang" arch="all" @@ -10,7 +10,6 @@ license="BSD-3-Clause-Clear" makedepends="bison cmake cmocka-dev flex pcre-dev" subpackages="$pkgname-dev $pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/CESNET/libyang/archive/v$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { if [ "$CBUILD" != "$CHOST" ]; then |