From 51d8dcb364575f7c9a32d22d70c5d91d9bcfcf52 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sun, 15 Jul 2018 00:02:06 +0200 Subject: [PATCH] Update hopper to 4.3.26 --- hopper/default/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hopper/default/PKGBUILD b/hopper/default/PKGBUILD index 329fb132..cee35b7d 100644 --- a/hopper/default/PKGBUILD +++ b/hopper/default/PKGBUILD @@ -4,16 +4,16 @@ # Does not put files under /opt in contrast to the AUR version pkgname='hopper' -pkgver='4.3.16' +pkgver='4.3.26' pkgrel='1' pkgdesc='Reverse engineering tool that lets you disassemble, decompile and debug your applications' arch=('x86_64') url='https://www.hopperapp.com/' license=('Commercial') -depends=('hicolor-icon-theme' 'libbsd' 'python2' 'qt5-base') +depends=('hicolor-icon-theme' 'libbsd' 'python2' 'qt5-base' 'ncurses5-compat-libs') source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-${pkgver}-Linux.pkg.tar.xz" 'LICENSE') -sha256sums=('8dc9885501b04e9c568b5fbef3cc23bf8a65440a' +sha256sums=('4e1aa4169349013e696cc2c65f5ac37bf0eb3719fe15695363007e2e3fa64b88' '0155d243d79d1ba0f6ff914f8ddb07a277830826559b2dd7922be01c3190393d') package() { @@ -23,8 +23,8 @@ package() { cp -r ${srcdir}/opt/hopper-v4/lib ${pkgdir}/usr cp -r ${srcdir}/usr/share ${pkgdir}/usr - # Remove conflicting symlink - rm ${pkgdir}/usr/lib/libobjc.so + # Remove conflicting files + rm ${pkgdir}/usr/lib/{libobjc.so,libform.so.5,libncurses.so.5,libtinfo.so.5} # Remove launcher from Accessories sed -i '10s|Utility;||' ${pkgdir}/usr/share/applications/hopper-v4.desktop