summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKokaKiwi2023-06-10 15:50:02 +0200
committerKokaKiwi2023-06-10 15:50:02 +0200
commit21417e2e4e83a245359fe8a69a2128f298d3844b (patch)
treecc22374e6d648b81d295fc111b0eddad87c4bebd
parent9825fe6e631d4f4ca3965f53d7e325c9b55ed99d (diff)
downloadaur-21417e2e4e83a245359fe8a69a2128f298d3844b.tar.gz
upgpkg: imhex 1.29.0-2
- Pin dependencies to tags and commits
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e527aae46615..470bc63233b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = imhex
pkgdesc = A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM
pkgver = 1.29.0
- pkgrel = 1
+ pkgrel = 2
url = https://imhex.werwolv.net
arch = x86_64
license = GPL2
@@ -27,11 +27,11 @@ pkgbase = imhex
options = !lto
options = !strip
source = imhex::git+https://github.com/WerWolv/ImHex.git#tag=v1.29.0
- source = nativefiledialog::git+https://github.com/btzy/nativefiledialog-extended.git
- source = xdgpp::git+https://git.sr.ht/~danyspin97/xdgpp
- source = libromfs::git+https://github.com/WerWolv/libromfs
- source = capstone::git+https://github.com/capstone-engine/capstone#branch=next
- source = libwolv::git+https://github.com/WerWolv/libwolv
+ source = nativefiledialog::git+https://github.com/btzy/nativefiledialog-extended.git#tag=v1.0.3
+ source = xdgpp::git+https://git.sr.ht/~danyspin97/xdgpp#commit=f01f810714443d0f10c333d4d1d9c0383be41375
+ source = libromfs::git+https://github.com/WerWolv/libromfs#commit=80b9adea2003eb01fa4cf2ecb0d77f2d9c0dd32a
+ source = capstone::git+https://github.com/capstone-engine/capstone#commit=e9fd6f4800be1584124e9eee92cf15ab947d33ec
+ source = libwolv::git+https://github.com/WerWolv/libwolv#commit=49489507989d767d131342cf3e2c192288cecf14
source = pattern_language::git+https://github.com/WerWolv/PatternLanguage#tag=ImHex-v1.29.0
source = imhex-patterns::git+https://github.com/WerWolv/ImHex-Patterns#tag=ImHex-v1.29.0
source = 0001-makepkg-Fix-compiler-check.patch
diff --git a/PKGBUILD b/PKGBUILD
index baf86054ef53..693d2f4f9ce8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=ImHex
pkgname=${_pkgname,,}
pkgver=1.29.0
-pkgrel=1
+pkgrel=2
pkgdesc='A Hex Editor for Reverse Engineers, Programmers and people that value their eye sight when working at 3 AM'
url='https://imhex.werwolv.net'
license=('GPL2')
@@ -16,11 +16,11 @@ makedepends=('git' 'cmake' 'llvm' 'nlohmann-json' 'librsvg' 'python')
provides=('imhex-patterns')
conflicts=('imhex-patterns-git')
source=("$pkgname::git+https://github.com/WerWolv/ImHex.git#tag=v$pkgver"
- "nativefiledialog::git+https://github.com/btzy/nativefiledialog-extended.git"
- "xdgpp::git+https://git.sr.ht/~danyspin97/xdgpp"
- "libromfs::git+https://github.com/WerWolv/libromfs"
- "capstone::git+https://github.com/capstone-engine/capstone#branch=next"
- "libwolv::git+https://github.com/WerWolv/libwolv"
+ "nativefiledialog::git+https://github.com/btzy/nativefiledialog-extended.git#tag=v1.0.3"
+ "xdgpp::git+https://git.sr.ht/~danyspin97/xdgpp#commit=f01f810714443d0f10c333d4d1d9c0383be41375"
+ "libromfs::git+https://github.com/WerWolv/libromfs#commit=80b9adea2003eb01fa4cf2ecb0d77f2d9c0dd32a"
+ "capstone::git+https://github.com/capstone-engine/capstone#commit=e9fd6f4800be1584124e9eee92cf15ab947d33ec"
+ "libwolv::git+https://github.com/WerWolv/libwolv#commit=49489507989d767d131342cf3e2c192288cecf14"
"pattern_language::git+https://github.com/WerWolv/PatternLanguage#tag=ImHex-v$pkgver"
"imhex-patterns::git+https://github.com/WerWolv/ImHex-Patterns#tag=ImHex-v$pkgver"
0001-makepkg-Fix-compiler-check.patch