summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Plassmann2017-09-12 10:30:48 +0200
committerDavid Plassmann2017-09-12 10:31:03 +0200
commit54ca628bc5c43e1af4b294d493c7100f7bbff4ab (patch)
tree8128bd48057b61bf8c3976c3815631eccad5ab81
parent2924542958859dd60811bf95119e50210e9e139f (diff)
downloadaur-54ca628bc5c43e1af4b294d493c7100f7bbff4ab.tar.gz
License should be an array
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index da7db11b8b5c..5f783a819275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Johan Svensson <johan@loxley.se>
pkgname=xping
pkgver=1.3
-pkgrel=2
+pkgrel=3
pkgdesc="A simple ping program continiously probing multiple hosts using icmp-echo"
url="https://github.com/martintopholm/xping"
arch=('any')
-license="THE BEER-WARE LICENSE"
+license=("THE BEER-WARE LICENSE")
depends=('libevent')
source=("git://github.com/martintopholm/$pkgname.git#tag=v$pkgver")
md5sums=('SKIP')