summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-10-27 20:20:23 -0400
committerAdam Goldsmith2018-10-27 20:20:23 -0400
commita0077c2eb5b13454cebd0fae182e9cdf6a995267 (patch)
tree6b49076a7fd2f10c4efeb1e27626afa0d1b73a7e
parentb8d1cfe1287224684a0ceb34402a629e7ba6205d (diff)
downloadaur-a0077c2eb5b13454cebd0fae182e9cdf6a995267.tar.gz
Switch to LGPL license and new versioning
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f302cb1a79f2..a2ae2e58e373 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Sun Mar 12 15:50:14 UTC 2017
pkgbase = opencamlib-git
pkgdesc = Multi-Purpose CNC Toolpath Library
- pkgver = 11.10.84.gc2bcbbd
+ pkgver = 2018.08.25.gf31b0a6
pkgrel = 1
url = https://github.com/aewallin/opencamlib
arch = i686
arch = x86_64
- license = GPL3
+ license = LGPL
makedepends = boost
makedepends = cmake
makedepends = doxygen
diff --git a/PKGBUILD b/PKGBUILD
index c44f6afb16d2..e7afe8ace4f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adam Goldsmith <contact@adamgoldsmith.name>
pkgname=opencamlib-git
-pkgver=11.10.84.gc2bcbbd
+pkgver=2018.08.25.gf31b0a6
pkgrel=1
pkgdesc="Multi-Purpose CNC Toolpath Library"
arch=('i686' 'x86_64')
url="https://github.com/aewallin/opencamlib"
-license=('GPL3')
+license=('LGPL')
makedepends=('boost' 'cmake' 'doxygen')
depends=('python2' 'boost')
provides=('opencamlib')