summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-11-22 22:23:56 +0100
committerMichel Zou2023-11-22 22:23:56 +0100
commite850c801c6f1b44077aa9aea240d47ac3a00a9b8 (patch)
tree237cc7d5629f4cee0b797452e4e50a45d3e363bd
parent55c3a98d06150b7d078fa119882ecf1abd3d00fd (diff)
downloadaur-e850c801c6f1b44077aa9aea240d47ac3a00a9b8.tar.gz
desc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd8de0a4b4c6..2432bdc6f0c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libmixmod
- pkgdesc = Model-Based Unsupervised and Supervised Classification
+ pkgdesc = Classification with Mixture Modelling
pkgver = 2.1.9
pkgrel = 1
- url = http://www.mixmod.org
+ url = https://github.com/mixmod
arch = x86_64
license = GPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 4c2c51b16845..c6c0ede5a892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=libmixmod
pkgver=2.1.9
pkgrel=1
-pkgdesc="Model-Based Unsupervised and Supervised Classification"
+pkgdesc="Classification with Mixture Modelling"
arch=('x86_64')
-url="http://www.mixmod.org"
+url="https://github.com/mixmod"
license=('GPL')
depends=('gcc-libs')
makedepends=('cmake')