[arch-commits] Commit in robin-map/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Fri Aug 12 18:23:19 UTC 2022


    Date: Friday, August 12, 2022 @ 18:23:19
  Author: freswa
Revision: 1265645

archrelease: copy trunk to community-x86_64

Added:
  robin-map/repos/community-x86_64/PKGBUILD
    (from rev 1265644, robin-map/trunk/PKGBUILD)
Deleted:
  robin-map/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-12 18:23:16 UTC (rev 1265644)
+++ PKGBUILD	2022-08-12 18:23:19 UTC (rev 1265645)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-
-pkgname=robin-map
-pkgver=0.6.3
-pkgrel=1
-pkgdesc="C++ implementation of a fast hash map and hash set using robin hood hashing"
-arch=(x86_64)
-url="https://github.com/Tessil/robin-map"
-license=('MIT')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Tessil/robin-map/archive/v${pkgver}.tar.gz")
-sha512sums=('485557f300d33bda62bb8accdf246819ee8ffe956bc022e7ddca54ff6ad1a9fdb8db8d80690add3ef238e834d1eb8e2905920cb0a0674e7df010f6946d01297b')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake . \
-      -Bbuild \
-      -DCMAKE_INSTALL_PREFIX=/usr
-  make -C build
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="$pkgdir" make -C build install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: robin-map/repos/community-x86_64/PKGBUILD (from rev 1265644, robin-map/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-12 18:23:19 UTC (rev 1265645)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+
+pkgname=robin-map
+pkgver=1.0.1
+pkgrel=1
+pkgdesc="C++ implementation of a fast hash map and hash set using robin hood hashing"
+arch=(x86_64)
+url="https://github.com/Tessil/robin-map"
+license=('MIT')
+makedepends=('cmake')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Tessil/robin-map/archive/v${pkgver}.tar.gz")
+sha512sums=('5741049287fdb9c3316e1eb84b99343efc7b35f492e1db8166d65c2d16c7905f51b11cf164bedae9e44d4b6000bbea3c49012acf725a977e665a8dc23e89b1fb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake . \
+      -Bbuild \
+      -DCMAKE_INSTALL_PREFIX=/usr
+  make -C build
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="$pkgdir" make -C build install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list