summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex Charrett2016-11-11 21:28:57 +0000
committerAlex Charrett2016-11-11 21:28:57 +0000
commit83441535885b9a1af17b55a93651c4ff939cbaf4 (patch)
treeba845e796d00dee935fea918102601ebf692205e /PKGBUILD
parent1c69889f5c014e979323d00769c2d05e473b6378 (diff)
downloadaur-83441535885b9a1af17b55a93651c4ff939cbaf4.tar.gz
updated licence definition to array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)