summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9153ef112ae9..831496ea6f30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eiquadprog
pkgdesc = Quadratic Programing solver with eigen
pkgver = 1.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/eiquadprog
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 41150a46efc3..e7163a992110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Guilhem Saurel <saurel@laas.fr>
pkgorg='stack-of-tasks'
-_pkgname=eiquadprog
-pkgname=(${_pkgname} ${_pkgname}-docs)
+_pkgname='eiquadprog'
+pkgname=("${_pkgname}" "${_pkgname}-docs")
pkgver=1.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Quadratic Programing solver with eigen"
arch=('any')
url="https://github.com/${pkgorg}/${_pkgname}"
@@ -38,6 +38,6 @@ package_eiquadprog() {
package_eiquadprog-docs() {
cd "${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}/" install
- rm -rf ${pkgdir}/usr/{lib,include}
+ rm -rf ${pkgdir}/usr/{lib,include,"share/$_pkgname"}
install -Dm644 COPYING.LESSER "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}