summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-08-14 16:43:44 +0700
committerAchmad Fathoni2021-08-14 16:43:44 +0700
commit6891e592a136ad7499865430f33840482e4d47ae (patch)
tree592692bdcbfbc8b11c5fb49450173c4055af4029
parentf02ccea332c873613a2a34fe332790cb3ee62d34 (diff)
downloadaur-6891e592a136ad7499865430f33840482e4d47ae.tar.gz
Delete merged patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 2 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15b3204d8309..b3b600d9db25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,8 +12,6 @@ pkgbase = ros-noetic-python-qt-binding
makedepends = qt5-base
depends = python-pyqt5
source = ros-noetic-python-qt-binding-0.4.4.tar.gz::https://github.com/ros-visualization/python_qt_binding/archive/0.4.4.tar.gz
- source = sip_path.patch::https://patch-diff.githubusercontent.com/raw/ros-visualization/python_qt_binding/pull/95.patch
sha256sums = bcb5076226100f901e6a22656cf69ef0e8d5f1845670e6fad6fc5fdcb3a1dd07
- sha256sums = 5fdb617cccdd83d5f834b12bb50cba96088851dedeafdb93e1263afe49826d50
pkgname = ros-noetic-python-qt-binding
diff --git a/PKGBUILD b/PKGBUILD
index 5815e021cd3d..7dec230b3b26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,15 +28,8 @@ depends=(
)
_dir="python_qt_binding-${pkgver}"
-source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/python_qt_binding/archive/${pkgver}.tar.gz"
- "sip_path.patch"::"https://patch-diff.githubusercontent.com/raw/ros-visualization/python_qt_binding/pull/95.patch")
-sha256sums=('bcb5076226100f901e6a22656cf69ef0e8d5f1845670e6fad6fc5fdcb3a1dd07'
- '5fdb617cccdd83d5f834b12bb50cba96088851dedeafdb93e1263afe49826d50')
-
-prepare() {
- cd ${srcdir}/${_dir}
- patch --strip=1 --input="${srcdir}/sip_path.patch"
-}
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/python_qt_binding/archive/${pkgver}.tar.gz")
+sha256sums=('bcb5076226100f901e6a22656cf69ef0e8d5f1845670e6fad6fc5fdcb3a1dd07')
build() {
# Use ROS environment variables.