aboutsummaryrefslogtreecommitdiffstats
path: root/community/utf8proc/APKBUILD
diff options
context:
space:
mode:
authorShiz <hi@shiz.me>2017-05-20 17:18:25 +0000
committerShiz <hi@shiz.me>2017-05-20 19:25:35 +0200
commitdb712a5617d89d935c9d4a10ef62e2b211cb0735 (patch)
tree1ee9ce42ed1dc31b3ddb037aa2b06aa787ce4d69 /community/utf8proc/APKBUILD
parent2b0e6c21d2ee3beb77c0ddfe5c539e6cb39dd4f8 (diff)
community/utf8proc: upgrade to 2.1.0
Diffstat (limited to 'community/utf8proc/APKBUILD')
-rw-r--r--community/utf8proc/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/utf8proc/APKBUILD b/community/utf8proc/APKBUILD
index 2a03999f2a0..c2ab9fa816a 100644
--- a/community/utf8proc/APKBUILD
+++ b/community/utf8proc/APKBUILD
@@ -1,19 +1,18 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=utf8proc
-pkgver=1.3.1
+pkgver=2.1.0
pkgrel=0
pkgdesc="A clean C library for processing UTF-8 Unicode data"
url="https://github.com/JuliaLang/utf8proc"
arch="all"
license="MIT custom"
-depends=""
-makedepends=""
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/JuliaLang/$pkgname/archive/v$pkgver.tar.gz
$pkgname.pc
"
builddir="$srcdir/$pkgname-$pkgver"
+options="!check" # testsuite has a dependency on Julia, which depends on this
prepare() {
cd "$builddir"
@@ -28,13 +27,9 @@ build() {
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" prefix=/usr install || return 1
+ make DESTDIR="$pkgdir" prefix=/usr install
install -D $pkgname.pc "$pkgdir"/usr/lib/pkgconfig/$pkgname.pc
}
-md5sums="347cbe5feef3d6714566bad06f1b0135 utf8proc-1.3.1.tar.gz
-7833a8bae857f4342f6f617b90a443e3 utf8proc.pc"
-sha256sums="83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc utf8proc-1.3.1.tar.gz
-a6def2c16f03c6764ba87ff34b2026f1b008a28fc602aef94c96dccf632bc8c8 utf8proc.pc"
-sha512sums="9a78e2509ec84ce38a3fc4699311145603fcdf4a60974f738376d0b04f67ba27e36eefb5f3b3387e05b001564d7bad6312524ef73c017b9eb9e077aae7bbefcd utf8proc-1.3.1.tar.gz
+sha512sums="72b7f377fa6a62018d3eeab8723a27e25db3d1f794ae0bf21fff62ec1a7439bec52e7c93d2a00c218de6ff518097fb4a7a87c56e61ba8c98e689aa8f7171c812 utf8proc-2.1.0.tar.gz
95e6fe681b9bd35414c2e1b1948ab9eb37274cfbd9e7b970bc7685eb7e03155bd08781b48f3084a2c81440a54f12d4130ed19e06fe4fcc0f1e45d99f225636d7 utf8proc.pc"