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

Christian Hesse eworm at archlinux.org
Thu Aug 23 20:56:21 UTC 2018


    Date: Thursday, August 23, 2018 @ 20:56:21
  Author: eworm
Revision: 373482

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-23 20:56:18 UTC (rev 373481)
+++ PKGBUILD	2018-08-23 20:56:21 UTC (rev 373482)
@@ -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.5
-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=('58eacd5c03d9e341c04eb0b30831faec89f3b415949ff8d72254e63432352cdd')
-
-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 373481, uriparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-23 20:56:21 UTC (rev 373482)
@@ -0,0 +1,30 @@
+# $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"
+}



More information about the arch-commits mailing list