[arch-commits] Commit in uriparser/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Oct 28 20:01:01 UTC 2018


    Date: Sunday, October 28, 2018 @ 20:01:00
  Author: eworm
Revision: 399335

archrelease: copy trunk to community-x86_64

Added:
  uriparser/repos/community-x86_64/PKGBUILD
    (from rev 399334, uriparser/trunk/PKGBUILD)
Deleted:
  uriparser/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-28 20:00:56 UTC (rev 399334)
+++ PKGBUILD	2018-10-28 20:01:00 UTC (rev 399335)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape at yahoo.com.ar>
-
-pkgname=uriparser
-pkgver=0.8.6
-pkgrel=1
-pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode'
-url='https://github.com/uriparser/uriparser'
-makedepends=('doxygen' 'graphviz')
-arch=('x86_64')
-license=('custom')
-source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('0709a7e572417db763f0356250d91686c19a64ab48e9da9f5a1e8055dc2a4a54')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure \
-    --prefix=/usr \
-    --disable-test
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 399334, uriparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-28 20:01:00 UTC (rev 399335)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Juan Pablo Gonzalez Tognarelli <lord_jotape at yahoo.com.ar>
+
+pkgname=uriparser
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='uriparser is a strictly RFC 3986 compliant URI parsing library. uriparser is cross-platform, fast, supports Unicode'
+url='https://github.com/uriparser/uriparser'
+makedepends=('doxygen' 'graphviz')
+arch=('x86_64')
+license=('custom')
+source=("https://github.com/uriparser/uriparser/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('ec67eb34feda8eac166f281799f03ed48387694fca44f6f5852f61f8fb535e2c')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure \
+    --prefix=/usr \
+    --disable-test
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -D -m0644 "COPYING" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list