summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAske B.M2020-09-03 11:06:06 +0200
committerAske B.M2020-09-03 11:06:06 +0200
commit47ad3d6bddd3d82b99c3c11d93e877eee09cdbfe (patch)
tree5df62740cb2583c8fcb57adf0c9beb4122b30c2e
parent2eadac5d0b0e738ee3e7cc2ab39800e73245b3ad (diff)
downloadaur-47ad3d6bddd3d82b99c3c11d93e877eee09cdbfe.tar.gz
Im new at this
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7091a2c1f5e4..21f32b224fe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = robwork
pkgdesc = A collection of C++ libraries for simulation and control of robot systems
pkgver = 1.1.11
- pkgrel = 2
+ pkgrel = 3
url = http://www.robwork.org
arch = x86_64
license = APACHE
diff --git a/PKGBUILD b/PKGBUILD
index 4fa392b91572..08d2b4b5f1cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=robwork
pkgver=1.1.11
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of C++ libraries for simulation and control of robot systems"
arch=('x86_64')
url='http://www.robwork.org'
@@ -14,7 +14,7 @@ source=("debian-pkg.tar.gz::https://nextcloud.sdu.dk/index.php/s/C9amCp9f2e5jNw7
sha256sums=('f1f6f91c5a7a56f9b62ab6d6952436127c481441ff2810424030db7a6da9ae8c' )
build() {
- cd ${srcdir}
+ cd ${srcdir}/RobWork-debian-pkg
cmake -B${srcdir}/build \
-DCMAKE_BUILD_TYPE=Release \