summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa3e92ef837..4f1b4c41b4cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-cadquery-git
pkgdesc = A parametric CAD scripting framework based on PythonOCC built from git
- pkgver = 2.1.r267.ga6cbf22
+ pkgver = 2.1.r305.g9ceea9c
pkgrel = 1
url = https://github.com/CadQuery/cadquery
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 728109d45ba6..2f267b0d36ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Grey Christoforo <first name at last name dot net>
pkgname=python-cadquery-git
-pkgver=2.1.r267.ga6cbf22
+pkgver=2.1.r305.g9ceea9c
pkgrel=1
pkgdesc="A parametric CAD scripting framework based on PythonOCC built from git"
arch=(x86_64)
@@ -35,6 +35,7 @@ pkgver() {
prepare() {
cd cadquery
+ curl --silent https://patch-diff.githubusercontent.com/raw/CadQuery/cadquery/pull/937.patch | patch -p1
}
build() {