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

Felix Yan felixonmars at archlinux.org
Thu Jan 3 21:30:09 UTC 2019


    Date: Thursday, January 3, 2019 @ 21:30:05
  Author: felixonmars
Revision: 342929

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-03 21:29:46 UTC (rev 342928)
+++ PKGBUILD	2019-01-03 21:30:05 UTC (rev 342929)
@@ -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.1
-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=('a9091b4de847539fa5b2259bf76a5355339c7eaaa5e33d7d4ae74d614c21965a')
-
-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 342928, asio/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-03 21:30:05 UTC (rev 342929)
@@ -0,0 +1,43 @@
+# 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:



More information about the arch-commits mailing list