summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-03-08 18:52:33 +0200
committerChristoph Fink2020-03-08 18:52:33 +0200
commitbbb0e2e81e6d4e1b0766ffffe8f727999a615d7f (patch)
treecb438a9812024bafbf658878a2f194bed868b9bc
parent76db9f15b85087de86ba5ff5cfe7e3a49e8eebae (diff)
downloadaur-bbb0e2e81e6d4e1b0766ffffe8f727999a615d7f.tar.gz
corrected license
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24bc6612159..397947eb85ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = fasttext-langid-models
- pkgdesc = Library for fast text representation and classification – pre-trained models for language identification
+ pkgdesc = Pre-trained models for language identification for fasttext
pkgver = 0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://fasttext.cc/docs/en/language-identification.html
arch = any
- license = custom:CC-BY-SA
+ license = CCPL:by-sa
noextract = lid.176.bin
noextract = lid.176.ftz
source = https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin
diff --git a/PKGBUILD b/PKGBUILD
index 0271651ef4f6..89ff8d0dd130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: peippo <christoph.fink@gmail.com>
+# Maintainer: peippo <christoph+aur@christophfink.com>
-pkgname="fasttext-langid-models"
-pkgdesc="Library for fast text representation and classification – pre-trained models for language identification"
+pkgname=fasttext-langid-models
+pkgdesc="Pre-trained models for language identification for fasttext"
url="https://fasttext.cc/docs/en/language-identification.html"
pkgver=0.0.1
-pkgrel=1
+pkgrel=2
arch=("any")
-license=("custom:CC-BY-SA")
+license=("CCPL:by-sa")
source=(
"https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin"