summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-05-20 10:47:48 -0400
committerPatrick Northon2021-05-20 10:47:48 -0400
commitad60c586f3a17e89d18aeb6aafafb6f44f54b386 (patch)
tree670d2610e36248765313cec3f23742008ec092b7
parent557b05f03076e41fae5d2a112de4cf58495b193a (diff)
downloadaur-ad60c586f3a17e89d18aeb6aafafb6f44f54b386.tar.gz
Change pkgdesc.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32d5ae42b1d9..03e5cdd254d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-imath
- pkgdesc = Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions and data types (mingw-w64)
+ pkgdesc = A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)
pkgver = 3.0.1
pkgrel = 2
url = https://github.com/AcademySoftwareFoundation/Imath
diff --git a/PKGBUILD b/PKGBUILD
index 30c271d246e7..a3e0e5a4cc8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-imath
pkgver=3.0.1
pkgrel=2
-pkgdesc="Imath is a basic, light-weight, and efficient C++ representation of 2D and 3D vectors and matrices and other simple but useful mathematical objects, functions and data types (mingw-w64)"
+pkgdesc="A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)"
url="https://github.com/AcademySoftwareFoundation/Imath"
arch=(any)
license=('BSD')