Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / iaito
Commits:
bfa9cbac by Antonio Rojas at 2024-12-25T13:00:16+01:00
upgpkg: 5.9.9-1: Update to 5.9.9
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = iaito
pkgdesc = Qt and C++ GUI for radare2 reverse engineering framework
- pkgver = 5.9.4
+ pkgver = 5.9.9
pkgrel = 1
url = https://github.com/radareorg/iaito
arch = x86_64
@@ -19,11 +19,11 @@ pkgbase = iaito
depends = radare2
optdepends = r2ghidra: ghidra decompiler plugin
replaces = r2cutter
- source = git+https://github.com/radareorg/iaito#tag=5.9.4
+ source = git+https://github.com/radareorg/iaito#tag=5.9.9
source =
git+https://github.com/radareorg/iaito-translations#commit=e66b3a962a7fc7dfd730764180011ecffbb206bf
- sha512sums =
27081b031a4da4f975d8e23ac9cd8e10827050da08e6dc457d53bb78827fca67806c76a40a2980506c7150225cb2b958ff21765a0ca54e9692f3ce57296913ec
+ sha512sums =
033f5d91ea6c5b1608c0278827fbaaaa92d5503971d587abd8524b882602140468c858eb1d3cde1046eec16eb67162c2c29f92cc174d2bddda526611c94caf57
sha512sums =
dc121d0212e35c53ec2d3d172710f21c1f4d6e06f55826e8bf30844a847188b2ca172589f36470b68a5c9003de87f8d1021352a591b5bb556175f2f176f13a61
- b2sums =
952a12cd9872801f80f1b713fc3b0fdcd136e89456bae03038c893b6d7a75ed7e7689b7138f8cb7cd11c15a42f8cb77aab642decf43c9089af8a7017e27eb7e2
+ b2sums =
6f547f1f90b59752dd3ff9c7ece5607cd27f9d94bf74d49fb48f37d0191730613199c7b3951e719edde9835c061710c6c486a787902803e68b965d3a9f4256d2
b2sums =
dd7a92c5c5874137a270cb60286b31ff0d3202b6422d101802e95faaf7cdd8a69a4ddf959e8cfe12e7bd7f792080eaddca5c8f06eda21ff9966b6d2af6057143
pkgname = iaito
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=iaito
_transcommit=e66b3a962a7fc7dfd730764180011ecffbb206bf
-pkgver=5.9.4
+pkgver=5.9.9
pkgrel=1
pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
url='https://github.com/radareorg/iaito'
@@ -32,9 +32,9 @@ optdepends=(
replaces=('r2cutter')
source=("git+https://github.com/radareorg/iaito#tag=${pkgver}"
"git+https://github.com/radareorg/iaito-translations#commit=${_transcommit}")
-sha512sums=('27081b031a4da4f975d8e23ac9cd8e10827050da08e6dc457d53bb78827fca67806c76a40a2980506c7150225cb2b958ff21765a0ca54e9692f3ce57296913ec'
+sha512sums=('033f5d91ea6c5b1608c0278827fbaaaa92d5503971d587abd8524b882602140468c858eb1d3cde1046eec16eb67162c2c29f92cc174d2bddda526611c94caf57'
'dc121d0212e35c53ec2d3d172710f21c1f4d6e06f55826e8bf30844a847188b2ca172589f36470b68a5c9003de87f8d1021352a591b5bb556175f2f176f13a61')
-b2sums=('952a12cd9872801f80f1b713fc3b0fdcd136e89456bae03038c893b6d7a75ed7e7689b7138f8cb7cd11c15a42f8cb77aab642decf43c9089af8a7017e27eb7e2'
+b2sums=('6f547f1f90b59752dd3ff9c7ece5607cd27f9d94bf74d49fb48f37d0191730613199c7b3951e719edde9835c061710c6c486a787902803e68b965d3a9f4256d2'
'dd7a92c5c5874137a270cb60286b31ff0d3202b6422d101802e95faaf7cdd8a69a4ddf959e8cfe12e7bd7f792080eaddca5c8f06eda21ff9966b6d2af6057143')
prepare() {
@@ -46,7 +46,7 @@ prepare() {
build() {
cd iaito
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --with-qmake6
mkdir build
cd build
qmake6 ../src PREFIX=/usr
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iaito/-/commit/bfa9cbac4860542524bd51f6c371be63a06da6a2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/iaito/-/commit/bfa9cbac4860542524bd51f6c371be63a06da6a2
You're receiving this email because of your account on gitlab.archlinux.org.