summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-12-10 15:59:09 +0100
committerM0Rf302017-12-10 15:59:09 +0100
commit457a109de2405b1532b7cd87243c083074888086 (patch)
tree9f10770c8616f34b1e02de5e50703e2aebb72d91
parent68551b7cc7c8727a970a6f0d886e15ffc893b2ca (diff)
downloadaur-457a109de2405b1532b7cd87243c083074888086.tar.gz
whatweb-git: updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53091b539425..d9be51c409fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
# Generated by mksrcinfo v8
-# Mon May 2 21:20:50 UTC 2016
+# Sun Dec 10 14:58:57 UTC 2017
pkgbase = whatweb-git
pkgdesc = Next generation web scanner that identifies what websites are running.
- pkgver = 4171.945341b
+ pkgver = 4245.5aa3d5e4
pkgrel = 1
url = http://www.morningstarsecurity.com/research/whatweb
arch = i686
arch = x86_64
license = GPL
depends = ruby1.8
+ provides = whatweb
conflicts = whatweb
+ replaces = whatweb
source = whatweb::git://github.com/urbanadventurer/WhatWeb.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4597bfe41e79..af0f7bf0b79e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,13 @@
# Maintainer: robertfoster
pkgname=whatweb-git
-pkgver=4171.945341b
+pkgver=4245.5aa3d5e4
pkgrel=1
pkgdesc="Next generation web scanner that identifies what websites are running."
arch=('i686' 'x86_64')
+replaces=('whatweb')
conflicts=('whatweb')
+provides=('whatweb')
url="http://www.morningstarsecurity.com/research/whatweb"
license=('GPL')
depends=('ruby1.8')