summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cde139f930be..9f3f160fca0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = pev
+pkgbase = pev-git
pkgdesc = command line toolkit to work with and analyze PE (Portable Executables) binaries
pkgver = 0.83
pkgrel = 1
@@ -6,10 +6,13 @@ pkgbase = pev
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = glibc
depends = openssl
- source = readpe-0.83.tar.gz::https://github.com/mentebinaria/readpe/archive/refs/tags/v0.83.tar.gz
- md5sums = 77b431a23680d1309d772e06633a068a
- sha256sums = edd0b523bb9567e5b246f7869cf17f883bdf4d85c320492f692149a86e8a1a32
+ provides = pev=0.83
+ conflicts = pev
+ source = git+https://github.com/mentebinaria/readpe.git
+ md5sums = SKIP
+ sha256sums = SKIP
-pkgname = pev
+pkgname = pev-git
diff --git a/PKGBUILD b/PKGBUILD
index 3e194873ad1c..f4dc9f67e3a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
set -u
pkgname='pev'
-#pkgname+='-git'
+pkgname+='-git'
pkgver='0.83'
pkgrel=1
pkgdesc='command line toolkit to work with and analyze PE (Portable Executables) binaries'