Date: Monday, April 17, 2023 @ 17:47:23
  Author: svenstaro
Revision: 1447013

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-17 17:47:13 UTC (rev 1447012)
+++ PKGBUILD    2023-04-17 17:47:23 UTC (rev 1447013)
@@ -1,29 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-
-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"
-}

Copied: robin-map/repos/community-x86_64/PKGBUILD (from rev 1447012, 
robin-map/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-17 17:47:23 UTC (rev 1447013)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+
+pkgname=robin-map
+pkgver=1.2.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=('9e08c6b5b06d26e18d85b36c79ec855bc3220843bc358f53f3eb269bd8d20350871a9686ad77b2b462ca104e4cc62a0745a71d62bd1f69c8f50d29788eac63e1')
+
+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"
+}

Reply via email to