summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2021-01-23 23:18:47 +0000
committerJonathon Fernyhough2021-01-23 23:18:47 +0000
commit96411a4bbfbc619fbf5a8c423634b54dd7086c8b (patch)
tree2bc039b129cd0d5db2db26a430e672b5cb537d2b
parent11a2738e8cb808c3e913e694c11af4327812955f (diff)
downloadaur-96411a4bbfbc619fbf5a8c423634b54dd7086c8b.tar.gz
Remove packaging hack
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbfc63a351b1..2ade3fbde2cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hopper
pkgdesc = Reverse engineering tool that lets you disassemble, decompile and debug your applications
pkgver = 4.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.hopperapp.com/
changelog = ChangeLog
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 30880c5e573d..a148aec9d5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=hopper
_pkgname=hopperv4
pkgver=4.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Reverse engineering tool that lets you disassemble, decompile and debug your applications"
arch=(x86_64)
url="https://www.hopperapp.com/"
@@ -32,10 +32,4 @@ package() {
# Install license file
# https://www.hopperapp.com/license_agreement.html @ 2017-08-14
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
- # Temporary hacky fix for upstream packaging issue
- cd "$pkgdir"/opt/hopper-v4/lib
- ln -s /usr/lib/libformw.so.6 libform.so.6
- ln -s /usr/lib/libncursesw.so.6 libncurses.so.6
- ln -s /usr/lib/libtinfo.so.6 libtinfo.so.6
}