[arch-commits] Commit in libutf8proc/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Dec 20 17:43:54 UTC 2015


    Date: Sunday, December 20, 2015 @ 18:43:54
  Author: arodseth
Revision: 153793

upgpkg: libutf8proc 1.3.1-1

Modified:
  libutf8proc/trunk/PKGBUILD

----------+
 PKGBUILD |   29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-20 17:35:51 UTC (rev 153792)
+++ PKGBUILD	2015-12-20 17:43:54 UTC (rev 153793)
@@ -2,30 +2,31 @@
 # Maintainer: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=libutf8proc
-pkgver=1.1.6
-_netsurf=3.3
-pkgrel=5
+pkgver=1.3.1
+pkgrel=1
 pkgdesc='C library for processing UTF-8 encoded Unicode strings'
 arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libutf8proc.git/'
-license=('custom')
+url='http://julialang.org/utf8proc/'
+license=('MIT' 'custom')
 replaces=('utf8proc')
-makedepends=('netsurf-buildsystem')
 depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz")
-sha256sums=('5d7e31e8be6230792bf682640ec16a75d7d67c3845521a7e4c304ae89a88ff1c')
+source=("utf8proc.tar.gz::https://github.com/JuliaLang/utf8proc/archive/v$pkgver.tar.gz")
+sha256sums=('83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc')
 
 build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" \
-    PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" 
+  make -C "utf8proc-$pkgver"
 }
 
+check() {
+  make -C "utf8proc-$pkgver" check
+}
+
 package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
+  cd "utf8proc-$pkgver"
 
-  make PREFIX=/usr LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-    DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  make DESTDIR="$pkgdir" prefix=/usr install
+  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
 }
 
+# getver: julialang.org/utf8proc/releases/
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list