summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f0401f12cf..66c559a564b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pe-parse
pkgdesc = Principled, lightweight C/C++ PE parser
pkgver = 2.1.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/trailofbits/pe-parse
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c3fa8637b112..95a8c3ce9a55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=pe-parse
pkgver=2.1.1
-pkgrel=2
+pkgrel=3
pkgdesc="Principled, lightweight C/C++ PE parser"
arch=('i686' 'x86_64')
url="https://github.com/trailofbits/pe-parse"
license=('MIT')
depends=('gcc-libs')
makedepends=('cmake')
-source=("$pkgname-$pkgver-src.tar.gz::https://github.com/trailofbits/pe-parse/archive/refs/tags/v2.1.1.tar.gz")
+source=("$pkgname-$pkgver-src.tar.gz::https://github.com/trailofbits/pe-parse/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('74c4012274e6e15128a8cf4453f63bb11155bcc14ad56ca7594a259ae8ae0202')