[arch-commits] Commit in asio/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Feb 17 21:17:22 UTC 2020


    Date: Monday, February 17, 2020 @ 21:17:21
  Author: anthraxx
Revision: 375770

archrelease: copy trunk to extra-x86_64

Added:
  asio/repos/extra-x86_64/PKGBUILD
    (from rev 375769, asio/trunk/PKGBUILD)
Deleted:
  asio/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 21:17:16 UTC (rev 375769)
+++ PKGBUILD	2020-02-17 21:17:21 UTC (rev 375770)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgname=asio
-pkgver=1.12.2
-pkgrel=1
-pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
-url='https://think-async.com/Asio/'
-arch=('x86_64')
-license=('custom:boost')
-makedepends=('boost')
-source=("https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2")
-sha256sums=('4e27dcb37456ba707570334b91f4798721111ed67b69915685eac141895779aa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}/
-
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/
-
-  ./configure \
-    --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}/
-
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}/
-
-  make DESTDIR=${pkgdir} install
-  install -Dm 644 COPYING LICENSE_1_0.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: asio/repos/extra-x86_64/PKGBUILD (from rev 375769, asio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-17 21:17:21 UTC (rev 375770)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=asio
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
+url='https://think-async.com/Asio/'
+arch=('x86_64')
+license=('custom:boost')
+makedepends=('boost')
+source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
+sha256sums=('2e1be1a518a568525f79b5734d13731b6b4e4399ec576a0961db6e2d86112973')
+b2sums=('e28960d585a1a84c6be7d6205be310bd2baab36e93630b9f5f4fba593377e57d6baf1c60e2503c46cd00ae73b20b622215358cae2068e86b62dac7e782210ecb')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm 644 COPYING LICENSE_1_0.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list