summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd41725b770..32d5ae42b1d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
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)
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/AcademySoftwareFoundation/Imath
arch = any
license = BSD
+ checkdepends = mingw-w64-wine
makedepends = mingw-w64-cmake
makedepends = wine
depends = mingw-w64-crt
diff --git a/PKGBUILD b/PKGBUILD
index c5e5d086cd65..30c271d246e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=mingw-w64-imath
pkgver=3.0.1
-pkgrel=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)"
url="https://github.com/AcademySoftwareFoundation/Imath"
arch=(any)
license=('BSD')
depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake' 'wine')
+checkdepends=('mingw-w64-wine')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/AcademySoftwareFoundation/Imath/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=("9cd984bb6b0a9572dd4a373b1fab60bc4c992a52ec5c68328fe0f48f194ba3c0")