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

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


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

upgpkg: asio 1.14.0-1

Modified:
  asio/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++-----------
 1 file changed, 8 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-17 20:31:07 UTC (rev 375768)
+++ PKGBUILD	2020-02-17 21:17:16 UTC (rev 375769)
@@ -3,7 +3,7 @@
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 
 pkgname=asio
-pkgver=1.12.2
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='Cross-platform C++ library for ASynchronous network I/O'
 url='https://think-async.com/Asio/'
@@ -10,18 +10,17 @@
 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')
+source=(https://sourceforge.net/projects/asio/files/asio/${pkgver}%20%28Stable%29/asio-${pkgver}.tar.bz2)
+sha256sums=('2e1be1a518a568525f79b5734d13731b6b4e4399ec576a0961db6e2d86112973')
+b2sums=('e28960d585a1a84c6be7d6205be310bd2baab36e93630b9f5f4fba593377e57d6baf1c60e2503c46cd00ae73b20b622215358cae2068e86b62dac7e782210ecb')
 
 prepare() {
-  cd ${pkgname}-${pkgver}/
-
+  cd ${pkgname}-${pkgver}
   autoreconf -fiv
 }
 
 build() {
-  cd ${pkgname}-${pkgver}/
-
+  cd ${pkgname}-${pkgver}
   ./configure \
     --prefix=/usr
   make
@@ -28,14 +27,12 @@
 }
 
 check() {
-  cd ${pkgname}-${pkgver}/
-
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${pkgname}-${pkgver}/
-
+  cd ${pkgname}-${pkgver}
   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