[arch-commits] Commit in nuspell/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun May 24 13:26:41 UTC 2020


    Date: Sunday, May 24, 2020 @ 13:26:41
  Author: andyrtr
Revision: 387492

upgpkg: nuspell 3.1.1-2: only depend on boost-libs

Modified:
  nuspell/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 13:08:02 UTC (rev 387491)
+++ PKGBUILD	2020-05-24 13:26:41 UTC (rev 387492)
@@ -3,13 +3,13 @@
 
 pkgname=nuspell
 pkgver=3.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Fast and safe spellchecking C++ library'
 arch=('x86_64')
 url='https://nuspell.github.io/'
 license=('LGPL3')
-depends=('boost' 'icu')
-makedepends=('cmake' 'catch2' 'ruby-ronn')
+depends=('boost-libs' 'icu')
+makedepends=('cmake' 'boost' 'catch2' 'ruby-ronn')
 source=("https://github.com/nuspell/nuspell/archive/v${pkgver}.tar.gz")
 sha512sums=('239855051d9f49ba16913283090c4214a8f6a6cc290d359ab54014ff76fc297c131b67c6748bd1d4cdcec43c00dccc7f0c1bf8b07e06c9c648bff52ff193e096')
 



More information about the arch-commits mailing list