diff options
author | Paul Hentschel (hpmachining) | 2022-03-14 18:30:56 -0400 |
---|---|---|
committer | Paul Hentschel (hpmachining) | 2022-03-14 18:33:27 -0400 |
commit | 1b316ac64ed542491b6bb6eb978e26a0fd93b018 (patch) | |
tree | db15d02a51dc3b5508feda622228841361d43f05 | |
parent | d155f889b008f0184197dd3fb31494b1a8eae88f (diff) | |
download | aur-1b316ac64ed542491b6bb6eb978e26a0fd93b018.tar.gz |
Removed scons patch due to upstream fix.
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 4 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = camotics-git pkgdesc = 3-axis NC machining simulation software - pkgver = r952.ac722dd + pkgver = r953.9963b38 pkgrel = 1 url = http://camotics.org/ arch = x86_64 @@ -17,8 +17,6 @@ pkgbase = camotics-git provides = camotics conflicts = camotics source = camotics::git+https://github.com/CauldronDevelopmentLLC/CAMotics.git#commit=master - source = 0001_config_qt.patch sha256sums = SKIP - sha256sums = 0612d74ac26a00c21dd924bb92c2cc94f53168702cb870625d0711904556f487 pkgname = camotics-git @@ -1,7 +1,7 @@ # Maintainer: Paul Hentschel <aur at hpminc dot com> pkgname=camotics-git -pkgver=r952.ac722dd +pkgver=r953.9963b38 pkgrel=1 pkgdesc="3-axis NC machining simulation software" arch=('x86_64') @@ -25,10 +25,8 @@ conflicts=('camotics') _commit="master" source=( "${pkgname%-*}::git+https://github.com/CauldronDevelopmentLLC/CAMotics.git#commit=$_commit" - "0001_config_qt.patch" ) -sha256sums=('SKIP' - '0612d74ac26a00c21dd924bb92c2cc94f53168702cb870625d0711904556f487') +sha256sums=('SKIP') pkgver() { cd "${pkgname%-*}" @@ -37,7 +35,7 @@ pkgver() { prepare() { cd "${pkgname%-*}" - patch -p1 -i "../0001_config_qt.patch" +# patch -p1 -i "../patch.patch" } build() { |