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

Andreas Radke andyrtr at archlinux.org
Thu Jul 2 06:08:14 UTC 2020


    Date: Thursday, July 2, 2020 @ 06:08:10
  Author: andyrtr
Revision: 390735

archrelease: copy trunk to extra-x86_64

Added:
  nuspell/repos/extra-x86_64/PKGBUILD
    (from rev 390734, nuspell/trunk/PKGBUILD)
Deleted:
  nuspell/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-02 06:07:23 UTC (rev 390734)
+++ PKGBUILD	2020-07-02 06:08:10 UTC (rev 390735)
@@ -1,38 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
-
-pkgname=nuspell
-pkgver=3.1.1
-pkgrel=2
-pkgdesc='Fast and safe spellchecking C++ library'
-arch=('x86_64')
-url='https://nuspell.github.io/'
-license=('LGPL3')
-depends=('boost-libs' 'icu')
-makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn')
-source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-sha512sums=('239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgbase}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
-    -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-check() {
-  cd build
-  make test
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: nuspell/repos/extra-x86_64/PKGBUILD (from rev 390734, nuspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-02 06:08:10 UTC (rev 390735)
@@ -0,0 +1,38 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
+
+pkgname=nuspell
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Fast and safe spellchecking C++ library'
+arch=('x86_64')
+url='https://nuspell.github.io/'
+license=('LGPL3')
+depends=('boost-libs' 'icu')
+makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn')
+source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
+sha512sums=('ed5206cb9ffa7e4ec6843988a75627d4ae7d5170444b6e7bd3496c1bf61c25412c4e68864800f2ad238d014b4e50d25282f367de2900f8a230f3ecc9ae5772be')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgbase}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+    -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+check() {
+  cd build
+  make test
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list