summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1e1bc018360..cf53ea871c6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pwninit
pkgdesc = pwninit - automate starting binary exploit challenges
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/io12/pwninit
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = pwninit
makedepends = rust
makedepends = cargo
depends = elfutils
+ provides = pwninit
source = https://github.com/io12/pwninit/archive/1.2.1.tar.gz
md5sums = 910a96c3bca003fe78aa557e2462e62c
diff --git a/PKGBUILD b/PKGBUILD
index bc872fcf8199..5d926aaa7a1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Benjamin Levy <blevy@protonmail.com>
pkgname=pwninit
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
+provides=('pwninit')
depends=('elfutils')
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')