[arch-commits] Commit in double-conversion/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Jan 10 14:36:28 UTC 2022
Date: Monday, January 10, 2022 @ 14:36:28
Author: arojas
Revision: 434140
archrelease: copy trunk to extra-x86_64
Added:
double-conversion/repos/extra-x86_64/PKGBUILD
(from rev 434139, double-conversion/trunk/PKGBUILD)
Deleted:
double-conversion/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-10 14:36:20 UTC (rev 434139)
+++ PKGBUILD 2022-01-10 14:36:28 UTC (rev 434140)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Joel Teichroeb <joel at teichroeb.net>
-# Contributor: Jonas Heinrich <onny at project-insanity.org>
-
-pkgname=double-conversion
-pkgver=3.1.7
-pkgrel=1
-pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
-arch=(x86_64)
-url='https://github.com/google/double-conversion'
-license=(BSD)
-depends=(gcc-libs)
-makedepends=(cmake)
-source=(https://github.com/google/double-conversion/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('a0204d6ab48223f2c8f53a932014e7f245125e7a5267764b1fbeebe4fa0ee8b9')
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON
- cmake --build build
-}
-
-package () {
- DESTDIR="$pkgdir" cmake --install build
-
- install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
-}
Copied: double-conversion/repos/extra-x86_64/PKGBUILD (from rev 434139, double-conversion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-10 14:36:28 UTC (rev 434140)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Joel Teichroeb <joel at teichroeb.net>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=double-conversion
+pkgver=3.2.0
+pkgrel=1
+pkgdesc='Binary-decimal and decimal-binary routines for IEEE doubles'
+arch=(x86_64)
+url='https://github.com/google/double-conversion'
+license=(BSD)
+depends=(gcc-libs)
+makedepends=(cmake)
+source=(https://github.com/google/double-conversion/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('3dbcdf186ad092a8b71228a5962009b5c96abde9a315257a3452eb988414ea3b')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ cmake --build build
+}
+
+package () {
+ DESTDIR="$pkgdir" cmake --install build
+
+ install -Dm644 $pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
+}
More information about the arch-commits
mailing list