summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-03-11 21:43:15 +0100
committerFabioLolix2023-03-11 21:43:15 +0100
commit9434acd959057e80058f52c4c035124e502a9caf (patch)
tree160de3c81ec0209cb96d654f834b6c069a780ba5
parentaa5abde4461b0f5165545e34e005fa8c062e7e9a (diff)
downloadaur-9434acd959057e80058f52c4c035124e502a9caf.tar.gz
v0.6.5.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d428ffa4d35c..fc476add13e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pe-bear
pkgdesc = Portable Executable reversing tool with a friendly GUI
- pkgver = 0.6.1
+ pkgver = 0.6.5.2
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.1
+ source = git+https://github.com/hasherezade/pe-bear.git#tag=v0.6.5.2
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 6bab5db1542b..35e814623f60 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.1
+pkgver=0.6.5.2
pkgrel=1
pkgdesc="Portable Executable reversing tool with a friendly GUI"
arch=(x86_64 i686 arm armv6h armv7h aarch64)