Received: from mx12.valuehost.ru (mx12.valuehost.ru [217.112.42.215]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTP id CEF697819C9 for ; Thu, 7 Nov 2019 12:23:28 +0000 (UTC) Received: from mx7.valuehost.ru (unknown [127.0.0.255]) by mx12.valuehost.ru (Postfix) with ESMTP id EC9884CA59 for ; Thu, 7 Nov 2019 15:23:27 +0300 (MSK) From: alpine-mips-patches Date: Thu, 7 Nov 2019 12:11:30 +0000 Subject: [PATCH 3 of 6] testing/ocaml-camlp5: upgrade to 7.08 To: alpine-aports@lists.alpinelinux.org Message-Id: <20191107122327.EC9884CA59@mx12.valuehost.ru> --- testing/ocaml-camlp5/APKBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/testing/ocaml-camlp5/APKBUILD b/testing/ocaml-camlp5/APKBUILD index cf39012760..dc5f7b3a29 100644 --- a/testing/ocaml-camlp5/APKBUILD +++ b/testing/ocaml-camlp5/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: alpine-mips-patches pkgname=ocaml-camlp5 _pkgname=camlp5 -pkgver=7.07 -_pkgver="rel707" +pkgver=7.08 +_pkgver="rel${pkgver%.*}${pkgver##*.}" pkgrel=0 pkgdesc="Preprocessor-pretty-printer of OCaml" url="https://camlp5.github.io" @@ -17,7 +17,6 @@ source="$pkgname-$_pkgver.tar.gz::https://github.com/camlp5/$_pkgname/archive/$_ builddir="$srcdir/$_pkgname-$_pkgver" build() { - cd "$builddir" ./configure \ --prefix /usr \ --bindir /usr/bin \ @@ -27,7 +26,6 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install } @@ -47,4 +45,4 @@ dev() { done } -sha512sums="e396c109c67383ba56f3ada43f5b5ece8b2339528553802386a1d9637a151a14d7dfc48c0a4219b24ca53fad7acfddfd4dc2c1fe109ced8b71f16202b94b8cf6 ocaml-camlp5-rel707.tar.gz" +sha512sums="bf0785a9899bca63f9bf1216b248e20fab2a7643c7f090c026c16f74c2ecb5f40831dd2f9583ca508195f44b3c01a3b445f1f48c9ecd2cd76e868aa038cab51b ocaml-camlp5-rel708.tar.gz" -- 2.23.0