diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 09:10:03 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-20 09:13:21 +0100 |
commit | 92e417e74221c2101828ef2b66a77c7fdcd29433 (patch) | |
tree | a3aed88713defa5061cf7153d61701323ff36242 | |
parent | f021a640e00fde9ad6894c5063afcf9a37f65659 (diff) | |
download | abslibre-92e417e74221c2101828ef2b66a77c7fdcd29433.tar.gz abslibre-92e417e74221c2101828ef2b66a77c7fdcd29433.tar.bz2 abslibre-92e417e74221c2101828ef2b66a77c7fdcd29433.zip |
pcr/ucsniff-ace: moved from pcr/ace to avoid name collisions
-rw-r--r-- | pcr/ucsniff-ace/PKGBUILD (renamed from pcr/ace/PKGBUILD) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/ace/PKGBUILD b/pcr/ucsniff-ace/PKGBUILD index 3a87d3f79..b2e68e67d 100644 --- a/pcr/ace/PKGBUILD +++ b/pcr/ucsniff-ace/PKGBUILD @@ -1,6 +1,6 @@ -# Maintainer: Márcio Silva <coadde@hyperbola.info> +# Contributor: Márcio Silva <coadde@hyperbola.info> -pkgname='ace' +pkgname='ucsniff-ace' pkgver='1.10' pkgrel=4 pkgdesc='A simple yet powerful VoIP Corporate Directory enumeration tool that mimics the behavior of an IP Phone in order to download the name and extension entries that a given phone can display on its screen interface.' @@ -10,6 +10,7 @@ depends=('libpcap') arch=('i686' 'x86_64' 'armv7h') source=("http://downloads.sourceforge.net/ucsniff/ace-$pkgver.tar.gz") sha1sums=('747aee37f74e71101317809797cdaed7077dd29e') +replaces=('ace') prepare() { cd "$srcdir/ace-$pkgver" |