summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-07-08 20:30:52 -0400
committeracxz2020-07-08 20:30:52 -0400
commit6d3c5bdd2207e7544e38c57b36770a44c70dec41 (patch)
treec9ece039d60e6621385b8321a0f8b9ae16d8ecb7
parent3ccc5a24813c51db10efa03199264d2de1f780eb (diff)
downloadaur-6d3c5bdd2207e7544e38c57b36770a44c70dec41.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 461625a50db7..e71f9f2d54aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = orocos-kdl-git
pkgdesc = The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains
pkgver = r931.546d04d
- pkgrel = 2
- url = http://www.orocos.org/kdl
+ pkgrel = 3
+ url = https://www.orocos.org/kdl
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index f7e08c72da72..e7350ae4800d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=orocos-kdl-git
pkgver=r931.546d04d
-pkgrel=2
+pkgrel=3
pkgdesc="The Kinematics and Dynamics Library is a framework for modelling and computation of kinematic chains"
arch=('i686' 'x86_64')
-url="http://www.orocos.org/kdl"
+url="https://www.orocos.org/kdl"
license=('GPL')
depends=(eigen)
makedepends=(cmake)