summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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"