[arch-commits] Commit in c-ares/repos/extra-x86_64 (LICENSE LICENSE PKGBUILD PKGBUILD)
Dave Reisner
dreisner at archlinux.org
Sun Mar 29 19:26:01 UTC 2020
Date: Sunday, March 29, 2020 @ 19:26:00
Author: dreisner
Revision: 378679
archrelease: copy trunk to extra-x86_64
Added:
c-ares/repos/extra-x86_64/LICENSE
(from rev 378678, c-ares/trunk/LICENSE)
c-ares/repos/extra-x86_64/PKGBUILD
(from rev 378678, c-ares/trunk/PKGBUILD)
Deleted:
c-ares/repos/extra-x86_64/LICENSE
c-ares/repos/extra-x86_64/PKGBUILD
----------+
LICENSE | 20 ++++++++---------
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
2 files changed, 44 insertions(+), 44 deletions(-)
Deleted: LICENSE
===================================================================
--- LICENSE 2020-03-29 19:25:43 UTC (rev 378678)
+++ LICENSE 2020-03-29 19:26:00 UTC (rev 378679)
@@ -1,10 +0,0 @@
-Copyright 1998 by the Massachusetts Institute of Technology.
-
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted, provided that
-the above copyright notice appear in all copies and that both that copyright
-notice and this permission notice appear in supporting documentation, and that
-the name of M.I.T. not be used in advertising or publicity pertaining to
-distribution of the software without specific, written prior permission.
-M.I.T. makes no representations about the suitability of this software for any
-purpose. It is provided "as is" without express or implied warranty.
Copied: c-ares/repos/extra-x86_64/LICENSE (from rev 378678, c-ares/trunk/LICENSE)
===================================================================
--- LICENSE (rev 0)
+++ LICENSE 2020-03-29 19:26:00 UTC (rev 378679)
@@ -0,0 +1,10 @@
+Copyright 1998 by the Massachusetts Institute of Technology.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted, provided that
+the above copyright notice appear in all copies and that both that copyright
+notice and this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior permission.
+M.I.T. makes no representations about the suitability of this software for any
+purpose. It is provided "as is" without express or implied warranty.
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-29 19:25:43 UTC (rev 378678)
+++ PKGBUILD 2020-03-29 19:26:00 UTC (rev 378679)
@@ -1,34 +0,0 @@
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Fehr <pizzapunk gmail com>
-
-pkgname=c-ares
-pkgver=1.15.0
-pkgrel=1
-pkgdesc='C library that performs DNS requests and name resolves asynchronously'
-arch=('x86_64')
-url='https://c-ares.haxx.se/'
-license=('custom')
-depends=('glibc')
-source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
- 'LICENSE')
-sha512sums=('a1de6c5e7e1a6a13c926aae690e83d5caa51e7313d63da1cf2af6bc757c41d585aad5466bc3ba7b7f7793cb1748fa589f40972b196728851c8b059cfc8c3be50'
- 'SKIP'
- '55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
-validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg
- '914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
- cd "$pkgname-$pkgver"
-
- ./configure --prefix=/usr --enable-shared
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: c-ares/repos/extra-x86_64/PKGBUILD (from rev 378678, c-ares/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-29 19:26:00 UTC (rev 378679)
@@ -0,0 +1,34 @@
+# Maintainer: Dave Reisner <dreisner at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=c-ares
+pkgver=1.16.0
+pkgrel=1
+pkgdesc='C library that performs DNS requests and name resolves asynchronously'
+arch=('x86_64')
+url='https://c-ares.haxx.se/'
+license=('custom')
+depends=('glibc')
+source=("https://c-ares.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc}
+ 'LICENSE')
+sha512sums=('9f5def3206d61682e66c2173b18a8dd76138e6eb53bfe06a5830408cce9a70895d2148be23064ff18e0fd25b4f4b2c3cfe77e040744cc80dcce6ffec3ea534a9'
+ 'SKIP'
+ '55e8607392c5f82ed85e3580fa632dfdc2dcd0b1a5e918dc61d00532c15c11ecb709f6007b65805c1fbe8fcd21ee794c9e4a9638c97ac1f4960b2654010a4d0a')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2' # Daniel Stenberg
+ '914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ ./configure --prefix=/usr --enable-shared
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list