summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2023-12-05 10:20:45 +0200
committerChristoph Fink2023-12-05 10:20:45 +0200
commitabc14c844eca2c13e16439b5b5e916a61dc43504 (patch)
tree6fa7f292dc5b7407009f8f8d54956e8055827da8 /PKGBUILD
parent0e11faa7250ebf1ad7104d88e51b778b87fcb94a (diff)
downloadaur-fasttext.tar.gz
upgpkg: fasttext 0.9.2-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc63cc648d32..4541677bbe20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgdesc="Library for fast text representation and classification"
url="https://github.com/facebookresearch/fastText"
pkgver=0.9.2
-pkgrel=2
+pkgrel=3
arch=('x86_64')
license=('BSD')
depends=(
- "gcc-libs"
+ "gcc12-libs"
)
optdepends=(
"fasttext-langid-models"