summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-07-22 01:43:50 +0100
committerJonathon Fernyhough2021-07-22 01:43:50 +0100
commite67aadc0ee3e6d6fae392a5aca31c76021bad0b2 (patch)
tree34e165ceee83a27f5f463998249da0c3516e466d
parent1dc9537b0b3b36f192c5ccc6398af220bb927ee6 (diff)
downloadaur-e67aadc0ee3e6d6fae392a5aca31c76021bad0b2.tar.gz
hopper-4.8.0-1
[upstream] * Initial support for the new DYLD shared cache of macOS Monterey * Switch to Python 3
-rw-r--r--.SRCINFO9
-rw-r--r--ChangeLog5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0518411ecdba..75547f92e472 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hopper
pkgdesc = Reverse engineering tool that lets you disassemble, decompile and debug your applications
- pkgver = 4.7.7
+ pkgver = 4.8.0
pkgrel = 1
url = https://www.hopperapp.com/
changelog = ChangeLog
@@ -8,14 +8,13 @@ pkgbase = hopper
license = Commercial
depends = hicolor-icon-theme
depends = libbsd
- depends = python2
+ depends = libdispatch
depends = qt5-base
- depends = ncurses
provides = hopperv4
conflicts = hopperv4
- source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.7.7-Linux.pkg.tar.xz
+ source = https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-4.8.0-Linux.pkg.tar.xz
source = LICENSE
- sha1sums = ee2ac3bdc895d2d432ebc27caa15d49a50355216
+ sha1sums = ca97e9e5fa661821fa3827f7cf1418758af043da
sha1sums = c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6
pkgname = hopper
diff --git a/ChangeLog b/ChangeLog
index 723cf149b019..bb67350966e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+4.8.0 (2021-07-21 17:36:28)
+
+ Initial support for the new DYLD shared cache of macOS Monterey,
+ Switch to Python 3.
+
4.7.7 (2021-06-09 17:58:39)
Faster drawing which improves scrolling in bug documents,
diff --git a/PKGBUILD b/PKGBUILD
index 83da4b8e3e75..f0ba3f9f92e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=hopper
_pkgname=hopperv4
-pkgver=4.7.7
+pkgver=4.8.0
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' 'ncurses')
+depends=('hicolor-icon-theme' 'libbsd' 'libdispatch' 'qt5-base')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("https://d2ap6ypl1xbe4k.cloudfront.net/Hopper-v4-$pkgver-Linux.pkg.tar.xz"
'LICENSE')
-sha1sums=('ee2ac3bdc895d2d432ebc27caa15d49a50355216'
+sha1sums=('ca97e9e5fa661821fa3827f7cf1418758af043da'
'c3f410d29524eb02a8bf3dc1b29aaeb82b1844e6')
changelog=ChangeLog