summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2021-09-27 13:24:34 -0400
committeracxz2021-09-27 13:24:34 -0400
commit5bf49746871408eb4edd926796d5ed75d460519c (patch)
tree36537759c386e9affab75deadc9fb29c75ed3ebb
parentb8e8ed096eed58441367621a2ccaf208bf53f969 (diff)
downloadaur-5bf49746871408eb4edd926796d5ed75d460519c.tar.gz
updpkg 5.2.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD17
2 files changed, 9 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1abe1c3f3518..e5d3a4e11a21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ignition-gui
pkgdesc = Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
- pkgver = 4.1.0
- pkgrel = 4
+ pkgver = 5.2.0
+ pkgrel = 1
url = https://ignitionrobotics.org/libs/gui
arch = x86_64
license = Apache
@@ -16,10 +16,7 @@ pkgbase = ignition-gui
depends = ignition-rendering
depends = ignition-msgs
depends = ignition-tools
- source = ignition-gui-4.1.0.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/ignition-gui4_4.1.0.tar.gz
- source = qapplication.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-gui/pull/165.patch
- sha256sums = 9811710faa0ff07c134f07f82cbc0020dcc44c62c4feb087250e25bece252a7b
- sha256sums = SKIP
+ source = ignition-gui-5.2.0.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/ignition-gui5_5.2.0.tar.gz
+ sha256sums = 2753ed861ffca3c3a522ec2baefa025da85f65f48ea7684e18ad26c417d51fb7
pkgname = ignition-gui
-
diff --git a/PKGBUILD b/PKGBUILD
index bf14172e86c6..121d24c7d621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=ignition-gui
-pkgver=4.1.0
-pkgrel=4
+pkgver=5.2.0
+pkgrel=1
pkgdesc="Builds on top of Qt to provide widgets which are useful when developing
robotics applications, such as a 3D view, plots, dashboard, etc, and can be used
together in a convenient unified interface."
@@ -22,17 +22,10 @@ depends=(
ignition-tools
)
makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/${pkgname}4_${pkgver}.tar.gz"
- "qapplication.patch::https://patch-diff.githubusercontent.com/raw/ignitionrobotics/ign-gui/pull/165.patch")
-sha256sums=('9811710faa0ff07c134f07f82cbc0020dcc44c62c4feb087250e25bece252a7b'
- 'SKIP')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ignitionrobotics/ign-gui/archive/${pkgname}5_${pkgver}.tar.gz")
+sha256sums=('2753ed861ffca3c3a522ec2baefa025da85f65f48ea7684e18ad26c417d51fb7')
-_dir="ign-gui-${pkgname}4_${pkgver}"
-
-prepare() {
- cd "$srcdir/$_dir"
- patch --forward --strip=1 --input="${srcdir}/qapplication.patch"
-}
+_dir="ign-gui-${pkgname}5_${pkgver}"
build() {
cd "$srcdir/$_dir"