summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2024-03-19 07:18:21 +0100
committerFabioLolix2024-03-19 07:18:21 +0100
commit213adf736e2c2c89c127f70bba66932247b30e13 (patch)
treea6b72d6156c3fd0816f0e5dc32be61d1752ba608
parent5605a9b41e01fb3c43e585c6ddcb8c42d71d96fd (diff)
downloadaur-213adf736e2c2c89c127f70bba66932247b30e13.tar.gz
v0.6.7.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad47dae42f9c..ebbb5d409874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pe-bear
pkgdesc = Portable Executable reversing tool with a friendly GUI
- pkgver = 0.6.7
+ pkgver = 0.6.7.3
pkgrel = 1
url = https://hshrzd.wordpress.com/pe-bear/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = pe-bear
makedepends = git
makedepends = cmake
depends = qt5-base
- source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.7
+ source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.7.3
source = git+https://github.com/capstone-engine/capstone.git
source = git+https://github.com/hasherezade/bearparser.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7f84981927e7..ec6061ccaa7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=pe-bear
-pkgver=0.6.7
+pkgver=0.6.7.3
pkgrel=1
pkgdesc="Portable Executable reversing tool with a friendly GUI"
arch=(x86_64 i686 arm armv6h armv7h aarch64)