summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-11-20 04:47:59 -0500
committerPatrick Northon2021-11-20 04:47:59 -0500
commitd74e8e9c07a03fc9585f80876a9d79d1f96d56aa (patch)
tree31529a1396c7d17b9a84b3831e5e3fc334cc6477 /PKGBUILD
parent8ecbe9d1e45dce64e302ec03b95d4b64f90c3061 (diff)
downloadaur-d74e8e9c07a03fc9585f80876a9d79d1f96d56aa.tar.gz
Small corrections.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c1b13a022e6..f9a76e5b2e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
-pkgname=mingw-w64-imath
+_pkgname=imath
+pkgname=mingw-w64-${_pkgname}
pkgver=3.1.3
pkgrel=2
pkgdesc='A C++ and python library of 2D and 3D vector, matrix, and math operations for computer graphics (mingw-w64)'
@@ -12,7 +13,7 @@ makedepends=('mingw-w64-cmake' 'wine')
checkdepends=('mingw-w64-wine')
options=('staticlibs' '!buildflags' '!strip')
source=(
- "$pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz"
+ "$_pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz"
)
sha256sums=(
'0bf7ec51162c4d17a4c5b850fb3f6f7a195cff9fa71f4da7735f74d7b5124320'