summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2023-12-05 10:20:45 +0200
committerChristoph Fink2023-12-05 10:20:45 +0200
commitabc14c844eca2c13e16439b5b5e916a61dc43504 (patch)
tree6fa7f292dc5b7407009f8f8d54956e8055827da8
parent0e11faa7250ebf1ad7104d88e51b778b87fcb94a (diff)
downloadaur-abc14c844eca2c13e16439b5b5e916a61dc43504.tar.gz
upgpkg: fasttext 0.9.2-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09ec9116621f..b47459d677b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = fasttext
pkgdesc = Library for fast text representation and classification
pkgver = 0.9.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/facebookresearch/fastText
arch = x86_64
license = BSD
makedepends = gcc12
- depends = gcc-libs
+ depends = gcc12-libs
optdepends = fasttext-langid-models
source = fasttext-0.9.2.tar.gz::https://github.com/facebookresearch/fastText/archive/v0.9.2.tar.gz
sha256sums = 7ea4edcdb64bfc6faaaec193ef181bdc108ee62bb6a04e48b2e80b639a99e27e
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"