[arch-commits] Commit in asio/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Sun Sep 27 12:32:41 UTC 2020


    Date: Sunday, September 27, 2020 @ 12:32:41
  Author: anthraxx
Revision: 396709

upgpkg: asio 1.18.0-1

Modified:
  asio/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 09:59:00 UTC (rev 396708)
+++ PKGBUILD	2020-09-27 12:32:41 UTC (rev 396709)
@@ -3,16 +3,16 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=asio
-pkgver=1.16.1
+pkgver=1.18.0
 pkgrel=1
 pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
 url='https://think-async.com/Asio/'
-arch=('x86_64')
+arch=('any')
 license=('custom:boost')
 makedepends=('boost')
 source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
-sha256sums=('e271db76dbbcda9835ed1c9c94deb2ba3f4589c3ebcaa71d99ac694b8d62638c')
-b2sums=('810fd735a0cbea8e07bfe30cbf02d44469c3c7eebed3822766c0a658fe8972681232afe4a6124537886fafd0769eecc40b8eabbcaa2771b84b93cda56329394d')
+sha256sums=('9d539e7c09aa6394d512c433c5601c1f26dc4975f022ad7d5e8e57c3b635b370')
+b2sums=('6772a70c035e7df08484703b6f2fa294b6a1ade4b1e661481df0e790fe4a36d74f0f4b14023c7505fc599c4eefb3e3baf392fd7897c10c07707a0474870a6557')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -33,7 +33,7 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
   install -Dm 644 COPYING LICENSE_1_0.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



More information about the arch-commits mailing list