summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04ec17bdb62f..b541245adc98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = armitage-git
pkgdesc = Metasploit GUI Front ened written in java
- pkgver = 1.0.0.r1.gcf60646
+ pkgver = 1.0.0.r3.g991244e
pkgrel = 1
url = http://www.fastandeasyhacking.com/
install = armitage.install
diff --git a/PKGBUILD b/PKGBUILD
index 0c51b06782e5..9bb76b5f4c27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=armitage-git
_pkgname=${pkgname%-git}
-pkgver=1.0.0.r1.gcf60646
+pkgver=1.0.0.r3.g991244e
pkgrel=1
pkgdesc="Metasploit GUI Front ened written in java"
url="http://www.fastandeasyhacking.com/"
@@ -39,8 +39,8 @@ pkgver() {
prepare() {
cd "${srcdir}/${pkgname}"
- patch -p1 -i "${srcdir}/added-a-services-column-in-the-host-table-view-with-filter.patch"
- patch -p1 -i "${srcdir}/ui-change-menu-items-list-from-8-to-24.patch"
+ patch -Np1 -i "${srcdir}/added-a-services-column-in-the-host-table-view-with-filter.patch"
+ patch -Np1 -i "${srcdir}/ui-change-menu-items-list-from-8-to-24.patch"
}
build() {