diff options
author | Patrick Northon | 2021-11-20 04:47:59 -0500 |
---|---|---|
committer | Patrick Northon | 2021-11-20 04:47:59 -0500 |
commit | d74e8e9c07a03fc9585f80876a9d79d1f96d56aa (patch) | |
tree | 31529a1396c7d17b9a84b3831e5e3fc334cc6477 /PKGBUILD | |
parent | 8ecbe9d1e45dce64e302ec03b95d4b64f90c3061 (diff) | |
download | aur-d74e8e9c07a03fc9585f80876a9d79d1f96d56aa.tar.gz |
Small corrections.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' |