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

Antonio Rojas arojas at gemini.archlinux.org
Thu Aug 4 16:17:24 UTC 2022


    Date: Thursday, August 4, 2022 @ 16:17:24
  Author: arojas
Revision: 452060

archrelease: copy trunk to extra-x86_64

Added:
  double-conversion/repos/extra-x86_64/PKGBUILD
    (from rev 452059, 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-08-04 16:17:15 UTC (rev 452059)
+++ PKGBUILD	2022-08-04 16:17:24 UTC (rev 452060)
@@ -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.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
-}

Copied: double-conversion/repos/extra-x86_64/PKGBUILD (from rev 452059, double-conversion/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-04 16:17:24 UTC (rev 452060)
@@ -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.1
+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=('e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35')
+
+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