summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranck STAUFFER2020-11-05 10:07:17 +0100
committerFranck STAUFFER2020-11-05 10:07:17 +0100
commitb29ff48db34448075efc3a493ab94df6e813d593 (patch)
tree8349c8c7c433654daa971346d48af402d7d5c4e2
parent0a3d62d02a671ad76a30cc6cc300f3d25abbffd5 (diff)
downloadaur-b29ff48db34448075efc3a493ab94df6e813d593.tar.gz
Remove useless license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD11
2 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b87e9e38caa..fefbd4beaee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sipvicious
pkgdesc = Set of security tools that can be used to audit SIP based VoIP systems
pkgver = 0.3.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/EnableSecurity/sipvicious
changelog = sipvicious.changelog
arch = any
@@ -9,11 +9,8 @@ pkgbase = sipvicious
makedepends = python-setuptools
depends = python>=3.6
optdepends = python-scapy: allow svcrash to crash SIPVicious toolset
- noextract = LICENSE
source = sipvicious-0.3.1.tar.gz::https://github.com/EnableSecurity/sipvicious/tarball/384c9d432a87568a4f3df9d4aefc8fdfbaecabc4
- source = LICENSE-sipvicious-0.3.1::https://raw.githubusercontent.com/EnableSecurity/sipvicious/master/LICENSE
b2sums = f314601435f6e7acb6474550d36d209d60213c6e8dd5ca569072b58877035727630d72205e7feeb74ef2c538b4f2c6a322d67316fb500e4304aeeae835d474ee
- b2sums = 583328dc620cc2fddcfc4114d2d772820c815d7269cb231cec46fd6e2bc78d5c816da2183be5707a50b3c0a97cc99719679a5d394a8c11a72e30901822b69673
pkgname = sipvicious
diff --git a/PKGBUILD b/PKGBUILD
index 99a53fd509af..5280460bede0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=sipvicious
pkgver=0.3.1
-pkgrel=3
+pkgrel=4
pkgdesc="Set of security tools that can be used to audit SIP based VoIP systems"
arch=('any')
url="https://github.com/EnableSecurity/sipvicious"
@@ -13,11 +13,8 @@ depends=('python>=3.6')
optdepends=('python-scapy: allow svcrash to crash SIPVicious toolset')
makedepends=('python-setuptools')
changelog=$pkgname.changelog
-source=("$pkgname-$pkgver.tar.gz::https://github.com/EnableSecurity/sipvicious/tarball/384c9d432a87568a4f3df9d4aefc8fdfbaecabc4"
- "LICENSE-$pkgname-$pkgver::https://raw.githubusercontent.com/EnableSecurity/sipvicious/master/LICENSE")
-noextract=("LICENSE")
-b2sums=('f314601435f6e7acb6474550d36d209d60213c6e8dd5ca569072b58877035727630d72205e7feeb74ef2c538b4f2c6a322d67316fb500e4304aeeae835d474ee'
- '583328dc620cc2fddcfc4114d2d772820c815d7269cb231cec46fd6e2bc78d5c816da2183be5707a50b3c0a97cc99719679a5d394a8c11a72e30901822b69673')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/EnableSecurity/sipvicious/tarball/384c9d432a87568a4f3df9d4aefc8fdfbaecabc4")
+b2sums=('f314601435f6e7acb6474550d36d209d60213c6e8dd5ca569072b58877035727630d72205e7feeb74ef2c538b4f2c6a322d67316fb500e4304aeeae835d474ee')
prepare() {
cd "$srcdir/EnableSecurity-sipvicious-384c9d4"
@@ -32,8 +29,6 @@ build() {
}
package() {
- install -Dm644 "LICENSE-$pkgname-$pkgver" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
cd "$srcdir/EnableSecurity-sipvicious-384c9d4"
python setup.py install -O2 --skip-build --root="$pkgdir"