summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPaul Hentschel (hpmachining)2022-03-12 13:05:31 -0500
committerPaul Hentschel (hpmachining)2022-03-12 13:05:31 -0500
commit42869be4de9c51f50e69e1c78281a1ea0b23f37b (patch)
tree4b344d4f7ad9bfe5ba045887577439d7d5f0d199 /PKGBUILD
parent99e1fcd6b0f0c322a93ed4b508c826b1196104f8 (diff)
downloadaur-42869be4de9c51f50e69e1c78281a1ea0b23f37b.tar.gz
Updated for latest scons version (4.3.0)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 64c31bcc94a2..135f5adf197e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=camotics
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="3-axis NC machining simulation software"
arch=('x86_64')
url="https://camotics.org/"
@@ -22,14 +22,14 @@ makedepends=(
)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/CauldronDevelopmentLLC/$pkgname/archive/v$pkgver.tar.gz"
- "0001_python3_fix.patch"
+ "0001_python3_and_scons.patch"
)
sha256sums=('f5203d2bbd32c4e347a8f79122e57b2deea68e6c5bd4f0be4087c4d62a31c8a4'
- '20ddecce61f6df4c10ca80d08c99762099eaea7ff574e3f11f57435c9e504e4b')
+ 'efd61c32d9adffffe73672effbcdcedcedcc14693c797ac4d93574ac4e20c1b9')
prepare() {
cd "CAMotics-$pkgver"
- patch -p1 -i "../0001_python3_fix.patch"
+ patch -p1 -i "../0001_python3_and_scons.patch"
}
build() {