summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242019-05-07 20:03:02 +0000
committerbionade242019-05-07 20:03:02 +0000
commitb958ae0d17e2eb6e085310ee971cfaf4a508a4ae (patch)
treefaa5596d8f3bf7c4b3af3ca47f426d0c5a8b7dae
parent5f46a156e34a1412dcc79b9b1a43fbcec1b9901a (diff)
downloadaur-b958ae0d17e2eb6e085310ee971cfaf4a508a4ae.tar.gz
Update version and changed source to official ROS releases
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e01a33a9857..8cf45cdaf678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = ros-melodic-genlisp
makedepends = ros-melodic-genmsg
makedepends = ros-melodic-catkin
depends = ros-melodic-genmsg
- source = ros-melodic-genlisp-0.4.16-0.tar.gz::https://github.com/ros-gbp/genlisp-release/archive/release/melodic/genlisp/0.4.16-0.tar.gz
- sha256sums = 0da61ebbb633656062ce030fc94b5931bf3cdf3b5cf896116895608a739a520a
+ source = ros-melodic-genlisp-0.4.16.tar.gz::https://github.com/ros/genlisp/archive/0.4.16.tar.gz
+ sha256sums = 31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d
pkgname = ros-melodic-genlisp
diff --git a/PKGBUILD b/PKGBUILD
index 1db1a29723ae..c644b47f240f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,6 @@ url='http://www.ros.org/wiki/roslisp'
pkgname='ros-melodic-genlisp'
pkgver='0.4.16'
-_pkgver_patch=0
arch=('any')
pkgrel=1
license=('BSD')
@@ -29,9 +28,9 @@ depends=(
${ros_depends[@]}
)
-_dir="genlisp-release-release-melodic-genlisp-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/genlisp-release/archive/release/melodic/genlisp/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('0da61ebbb633656062ce030fc94b5931bf3cdf3b5cf896116895608a739a520a')
+_dir="genlisp-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/genlisp/archive/${pkgver}.tar.gz")
+sha256sums=('31d3b86a0e3c0517b743a5c74dc3fe4a533ea22fdd1481b7432aa5f7b7800a0d')
build() {
# Use ROS environment variables.