summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaud Dovi2021-07-10 14:45:59 +0200
committerArnaud Dovi2021-07-10 14:45:59 +0200
commit0800f9140f284008517ffe3e2aef2f4275965dc8 (patch)
tree16af907feb20bfe17585b87b350b463fb2614dc7
parent51ec7564ab430c0ae70d4456f59ac091f960dc9f (diff)
downloadaur-0800f9140f284008517ffe3e2aef2f4275965dc8.tar.gz
Update to major version 3.03b
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b53254b20d24..bcb352d071ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = detect-it-easy-git
pkgdesc = Detect It Easy, or abbreviated "DIE" is a program for determining types of files
- pkgver = 3.02.r42.657afee
- pkgrel = 2
+ pkgver = 3.03b.r2.3466353
+ pkgrel = 1
url = https://horsicq.github.io
arch = x86_64
license = MIT
@@ -32,6 +32,7 @@ pkgbase = detect-it-easy-git
source = DIE-engine/StaticScan::git+https://github.com/horsicq/StaticScan.git
source = DIE-engine/XArchive::git+https://github.com/horsicq/XArchive.git
source = DIE-engine/XCapstone::git+https://github.com/horsicq/XCapstone.git
+ source = DIE-engine/XCppfilt::git+https://github.com/horsicq/XCppfilt.git
source = DIE-engine/XDEX::git+https://github.com/horsicq/XDEX.git
source = DIE-engine/XDemangle::git+https://github.com/horsicq/XDemangle.git
source = DIE-engine/XDemangleWidget::git+https://github.com/horsicq/XDemangleWidget.git
@@ -96,6 +97,7 @@ pkgbase = detect-it-easy-git
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
+ sha512sums = SKIP
sha512sums = 65f33f3c5f3d01e771d3f9c5b1d59b4cedc2441cf002f762239580592b2d98820173427d6385ac1fd339a8ae105a89705caa8540e20b3c65640f80ba4711f446
pkgname = detect-it-easy-git
diff --git a/PKGBUILD b/PKGBUILD
index 3145f3521281..a948959a5631 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Arnaud Dovi <mr.dovi@gmail.com>
pkgname=detect-it-easy-git
-pkgver=3.02.r42.657afee
-pkgrel=2
+pkgver=3.03b.r2.3466353
+pkgrel=1
pkgdesc='Detect It Easy, or abbreviated "DIE" is a program for determining types of files'
arch=('x86_64')
url='https://horsicq.github.io'
@@ -44,6 +44,7 @@ source=(
"${_srcname}/StaticScan::git+https://github.com/horsicq/StaticScan.git"
"${_srcname}/XArchive::git+https://github.com/horsicq/XArchive.git"
"${_srcname}/XCapstone::git+https://github.com/horsicq/XCapstone.git"
+ "${_srcname}/XCppfilt::git+https://github.com/horsicq/XCppfilt.git"
"${_srcname}/XDEX::git+https://github.com/horsicq/XDEX.git"
"${_srcname}/XDemangle::git+https://github.com/horsicq/XDemangle.git"
"${_srcname}/XDemangleWidget::git+https://github.com/horsicq/XDemangleWidget.git"
@@ -75,7 +76,7 @@ source=(
sha512sums=(
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
- 'SKIP' 'SKIP' 'SKIP'
+ 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'65f33f3c5f3d01e771d3f9c5b1d59b4cedc2441cf002f762239580592b2d98820173427d6385ac1fd339a8ae105a89705caa8540e20b3c65640f80ba4711f446'
)
_pkgname="${pkgname/-git/}"
@@ -94,7 +95,7 @@ pkgver() {
prepare() {
#cd "$_srcname" || return
echo -e "${_prefix}Linking the git submodule sources into the main source folder"
- _subdirs="Controls Detect-It-Easy FormatDialogs FormatWidgets Formats QHexView SpecAbstract StaticScan XArchive XCapstone \
+ _subdirs="Controls Detect-It-Easy FormatDialogs FormatWidgets Formats QHexView SpecAbstract StaticScan XArchive XCapstone XCppfilt \
XDEX XDemangle XDemangleWidget XDisasm XDisasmView XEntropyWidget XGithub XHashWidget XHexEdit XHexView XLLVMDemangler XMIME \
XMIMEWidget XMemoryMapWidget XOptions XQwt XShortcuts XSingleApplication XStyles XTranslation archive_widget build_tools \
die_script die_widget nfd_widget signatures"