Date: Friday, September 30, 2022 @ 19:57:56
Author: andyrtr
Revision: 457010
archrelease: copy trunk to extra-x86_64
Added:
nuspell/repos/extra-x86_64/PKGBUILD
(from rev 457009, nuspell/trunk/PKGBUILD)
Deleted:
nuspell/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 84 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 42 insertions(+), 42 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-30 19:57:45 UTC (rev 457009)
+++ PKGBUILD 2022-09-30 19:57:56 UTC (rev 457010)
@@ -1,42 +0,0 @@
-# Maintainer: AndyRTR <[email protected]>
-# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
-
-pkgname=nuspell
-pkgver=5.1.1
-pkgrel=1
-pkgdesc='Fast and safe spellchecking C++ library'
-arch=('x86_64')
-url='https://nuspell.github.io/'
-license=('LGPL3')
-depends=('icu')
-makedepends=('cmake' 'pandoc')
-checkdepends=('catch2')
-source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
-sha512sums=('c33a52e3603071d3281b7cdcfa42776cd7ecb998292939538e53e364cfff63227cf094cd88ee6072b8a857f5d85c984c359a16b480dd462dac9cfd602cfd6c2c')
-
-# 1st rebuild enchant
-# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
-
-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 457009,
nuspell/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-30 19:57:56 UTC (rev 457010)
@@ -0,0 +1,42 @@
+# Maintainer: AndyRTR <[email protected]>
+# Conributor: Mélanie Chauvel (ariasuni) <perso at hack-libre dot org>
+
+pkgname=nuspell
+pkgver=5.1.2
+pkgrel=1
+pkgdesc='Fast and safe spellchecking C++ library'
+arch=('x86_64')
+url='https://nuspell.github.io/'
+license=('LGPL3')
+depends=('icu')
+makedepends=('cmake' 'pandoc')
+checkdepends=('catch2')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
+sha512sums=('138212ae5340836f0bc85d9d5327dc43ffdb1481ca72678b4619938b86c4c8e7c156eec1446f459636460a9015cd476031ad53d0979325e637ed97c19e2f87c8')
+
+# 1st rebuild enchant
+# 2nd rebuild epiphany against nuspell/enchant that checkdepens on both
+
+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
+}