summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-11 14:45:48 -0400
committeracxz2019-06-11 14:45:48 -0400
commit7d292ea6fba3577ed74a775d7fa5419e1587d59b (patch)
treec5a9b0bda103bd02b9cb0a1f67d5b40d3d5e5159
parentc886b9980d425b288bc29ab51c0203cf531cded6 (diff)
downloadaur-7d292ea6fba3577ed74a775d7fa5419e1587d59b.tar.gz
upgraded pacakge and changed to official source
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144ce7cb6bc5..3e9929a47952 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-python-qt-binding
pkgdesc = ROS - This stack provides Python bindings for Qt.
- pkgver = 0.3.4
+ pkgver = 0.3.5
pkgrel = 1
url = http://ros.org/wiki/python_qt_binding
arch = any
@@ -12,8 +12,8 @@ pkgbase = ros-melodic-python-qt-binding
makedepends = python-pyqt5
makedepends = qt5-base
depends = python-pyqt5
- source = ros-melodic-python-qt-binding-0.3.4-0.tar.gz::https://github.com/ros-gbp/python_qt_binding-release/archive/release/melodic/python_qt_binding/0.3.4-0.tar.gz
- sha256sums = bca9bfa241d85e5720d0c84ec2b44bd2715bfb48d7e4d8ca70c4cad313abddde
+ source = ros-melodic-python-qt-binding-0.3.5.tar.gz::https://github.com/ros-visualization/python_qt_binding/archive/0.3.5.tar.gz
+ sha256sums = 98c7116daa637d8abda1f86613ffba9cacf066fe6ed071f2fbf09e2e1860f843
pkgname = ros-melodic-python-qt-binding
diff --git a/PKGBUILD b/PKGBUILD
index 20023c4410e2..f948566342b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,7 @@ pkgdesc="ROS - This stack provides Python bindings for Qt."
url='http://ros.org/wiki/python_qt_binding'
pkgname='ros-melodic-python-qt-binding'
-pkgver='0.3.4'
-_pkgver_patch=0
+pkgver='0.3.5'
arch=('any')
pkgrel=1
license=('BSD')
@@ -31,9 +30,9 @@ depends=(
python-pyqt5
)
-_dir="python_qt_binding-release-release-melodic-python_qt_binding-${pkgver}-${_pkgver_patch}"
-source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/python_qt_binding-release/archive/release/melodic/python_qt_binding/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('bca9bfa241d85e5720d0c84ec2b44bd2715bfb48d7e4d8ca70c4cad313abddde')
+_dir="python_qt_binding-${pkgver}"
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/python_qt_binding/archive/${pkgver}.tar.gz")
+sha256sums=('98c7116daa637d8abda1f86613ffba9cacf066fe6ed071f2fbf09e2e1860f843')
build() {
# Use ROS environment variables.