summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Charrett2016-11-11 21:28:57 +0000
committerAlex Charrett2016-11-11 21:28:57 +0000
commit83441535885b9a1af17b55a93651c4ff939cbaf4 (patch)
treeba845e796d00dee935fea918102601ebf692205e
parent1c69889f5c014e979323d00769c2d05e473b6378 (diff)
downloadaur-83441535885b9a1af17b55a93651c4ff939cbaf4.tar.gz
updated licence definition to array
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8053fb7251c..c0aa91af167c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cdpr
pkgdesc = cdpr is used to decode a Cisco Disovery Protocol (CDP) packet
pkgver = 2.4
- pkgrel = 5
+ pkgrel = 6
url = http://sourceforge.net/projects/cdpr
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a59bfef86a3e..0a0823be9b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Contributor: Alex Charrett arch at transposed dot org
pkgname=cdpr
pkgver=2.4
-pkgrel=5
+pkgrel=6
pkgdesc="cdpr is used to decode a Cisco Disovery Protocol (CDP) packet"
url="http://sourceforge.net/projects/cdpr"
-license="GPL"
+license=('GPL')
arch=(any)
depends=('libpcap')
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz)