summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastiaan Lokhorst2017-01-21 18:46:14 +0100
committerSebastiaan Lokhorst2017-01-21 18:46:14 +0100
commit2ceb27230bfa86766a8734588677daedc71a94dd (patch)
tree6dc1ad7b772cfa2b4c20d51a5f731ce210c63436
parente1899600da5c3a9258a15d5ebe6ef793100134bf (diff)
downloadaur-2ceb27230bfa86766a8734588677daedc71a94dd.tar.gz
Fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47244825ab7a..3a8d1d25e471 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 21 17:43:25 UTC 2017
+# Sat Jan 21 17:46:08 UTC 2017
pkgbase = usbtop
pkgdesc = top-like utility that shows an estimated instantaneous bandwidth on USB buses and devices
pkgver = 0.1
@@ -7,7 +7,7 @@ pkgbase = usbtop
url = https://github.com/aguinet/usbtop
arch = i686
arch = x86_64
- license = GPL
+ license = BSD
makedepends = boost
makedepends = cmake
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index 134964817172..7a7677bd1ed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="top-like utility that shows an estimated instantaneous bandwidth on USB buses and devices"
arch=('i686' 'x86_64')
url="https://github.com/aguinet/usbtop"
-license=('GPL')
+license=('BSD')
depends=('boost-libs' 'libpcap')
makedepends=('boost' 'cmake')
source=("$url/archive/release-$pkgver.tar.gz")