summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2017-03-03 03:13:39 -0500
committerAdam Goldsmith2017-03-03 03:13:39 -0500
commit213cd263326d51d201bdd67a70e9b863a61f6987 (patch)
tree78cf25f7aad9a2c3893261311edec0e5b9d56f9b /PKGBUILD
parentbb6613f10d5fbf72c42b72095698665a3702b43b (diff)
downloadaur-213cd263326d51d201bdd67a70e9b863a61f6987.tar.gz
Fix patch for changes to CMakeLists.txt
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68989516f8af..a963896136f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=opencamlib-git
-pkgver=11.10.64.g89c21a2
-pkgrel=2
+pkgver=11.10.73.g30ed446
+pkgrel=1
pkgdesc="Multi-Purpose CNC Toolpath Library"
arch=('i686' 'x86_64')
url="https://github.com/aewallin/opencamlib"
@@ -12,7 +12,7 @@ depends=('python2' 'boost')
provides=('opencamlib')
conflicts=('opencamlib')
source=("git+https://github.com/aewallin/opencamlib.git" 'CMakeLists.txt.patch')
-md5sums=('SKIP' 'de846404725c26eaeafe91c1ffa98422')
+md5sums=('SKIP' '84af9224f4e3929afe447e843094b103')
pkgver() {
cd opencamlib