summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')