[arch-commits] Commit in openocd/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Sun Mar 7 23:16:55 UTC 2021


    Date: Sunday, March 7, 2021 @ 23:16:55
  Author: ffy00
Revision: 886842

upgpkg: openocd 1:0.11.0-1

Modified:
  openocd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 23:16:13 UTC (rev 886841)
+++ PKGBUILD	2021-03-07 23:16:55 UTC (rev 886842)
@@ -10,8 +10,8 @@
            aice cmsis-dap dummy jtag_vpi openjtag_ftdi usb-blaster-2 usb_blaster_libftdi)
 
 pkgname=openocd
-pkgver=0.10.0
-pkgrel=4
+pkgver=0.11.0
+pkgrel=1
 epoch=1
 pkgdesc='Debugging, in-system programming and boundary-scan testing for embedded target devices'
 arch=('x86_64')
@@ -18,16 +18,12 @@
 url='http://openocd.org'
 license=('GPL')
 depends=('libftdi-compat' 'libusb-compat' 'hidapi' 'libudev.so')
-source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2"
-        'fix-gcc-10.patch::http://openocd.zylin.com/gitweb?p=openocd.git;a=patch;h=c60252ac2b636c4d99b766a574b9df0966151696')
-sha512sums=('6c890c86c3339da49bd529e8674ca62bc7fce4a2a17798dcc5d70b4f7628b640d856651170a3f7e2e2a120989066e84d8439b56ff42ff2bd72446f9af0f28ba2'
-            'dbb247f703d79bad9a9e3660dccebfc4b268dd020084e1e0b889a8388c6aba80dae2e1eb03e8f561a842aabb8ed4ea26ed321ced9a6ba50b511f5cd2bf1583e8')
+source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha512sums=('4c8d880945083a05a3781b3fe2a39e4055df635faab1cacd78ca51ced75c9a478f4e16e6c6fa35ac117e2e4d6453cdd19818f1d27aae6edf1bda8c0e846d0de8')
 
 prepare() {
   cd $pkgname-$pkgver
 
-  patch -p1 -i ../fix-gcc-10.patch
-
   sed -i 's|GROUP="plugdev", ||g' contrib/60-openocd.rules
 }
 
@@ -34,8 +30,8 @@
 build() {
   cd $pkgname-$pkgver
 
-  libtoolize -vif
-  autoreconf -vif
+  #libtoolize -vif
+  #autoreconf -vif
   ./configure \
   	--prefix=/usr \
   	--disable-werror \



More information about the arch-commits mailing list