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

Christian Hesse eworm at archlinux.org
Thu Jan 3 13:07:58 UTC 2019


    Date: Thursday, January 3, 2019 @ 13:07:57
  Author: eworm
Revision: 420310

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 13:07:46 UTC (rev 420309)
+++ PKGBUILD	2019-01-03 13:07:57 UTC (rev 420310)
@@ -1,29 +0,0 @@
-# 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"
-}

Copied: uriparser/repos/community-x86_64/PKGBUILD (from rev 420309, uriparser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-03 13:07:57 UTC (rev 420310)
@@ -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.1
+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=('75248f3de3b7b13c8c9735ff7b86ebe72cbb8ad043291517d7d53488e0893abe')
+
+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