summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:42:09 +0700
committerAchmad Fathoni2021-02-10 10:42:09 +0700
commit0ed5903ff47336132d832910d07647318386835b (patch)
tree1952e4b0bd44d31883cfcb6c668d9bd32284d9bf
parent2e06f487f60d997a9a9fe2c4306e2e8237efc1fd (diff)
downloadaur-0ed5903ff47336132d832910d07647318386835b.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc1f4c12467..afc805946fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = ros-noetic-qwt-dependency
pkgdesc = ROS - This encapsulates the Qwt dependency for a specific ROS distribution and its Qt version.
- pkgver = 1.1.0
- pkgrel = 2
+ pkgver = 1.1.1
+ pkgrel = 1
url = https://wiki.ros.org/qwt_dependency
arch = any
license = BSD
makedepends = cmake
makedepends = ros-build-tools
makedepends = ros-noetic-catkin
- source = ros-noetic-qwt-dependency-1.1.0.tar.gz::https://github.com/ros-visualization/qwt_dependency/archive/1.1.0.tar.gz
- sha256sums = bb4f0491701c53dd89fc12703fd43715fd1b23f6c66d313f154a26e85e3d2594
+ source = ros-noetic-qwt-dependency-1.1.1.tar.gz::https://github.com/ros-visualization/qwt_dependency/archive/1.1.1.tar.gz
+ sha256sums = f82d080be48ab4c84b6dddc02ce28194eaa6ff229ad74b895d4711a9c6586b0a
pkgname = ros-noetic-qwt-dependency
diff --git a/PKGBUILD b/PKGBUILD
index 9d45f21368b5..1e70a64f2b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This encapsulates the Qwt dependency for a specific ROS distribut
url='https://wiki.ros.org/qwt_dependency'
pkgname='ros-noetic-qwt-dependency'
-pkgver='1.1.0'
+pkgver='1.1.1'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -27,9 +27,9 @@ depends=(
${ros_depends[@]}
)
-_dir="qwt_dependency-${pkgver}"
+_dir="qwt_dependency-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/qwt_dependency/archive/${pkgver}.tar.gz")
-sha256sums=('bb4f0491701c53dd89fc12703fd43715fd1b23f6c66d313f154a26e85e3d2594')
+sha256sums=('f82d080be48ab4c84b6dddc02ce28194eaa6ff229ad74b895d4711a9c6586b0a')
build() {
# Use ROS environment variables.