summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Hesse2018-11-08 16:34:25 +0100
committerChristian Hesse2018-11-08 16:34:25 +0100
commit243648c62ab92eb70f539ac4163eaf28cdf85b4a (patch)
tree9af888b4189bf5e802c3645072b7213e4b636350 /PKGBUILD
parentf0d748adc70f4aaff2de8572553b5ff1c0f35928 (diff)
downloadaur-ladvd.tar.gz
commit ladvd 1.1.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f0fac24d8f8..aa0ee44cf01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: sh0 <mee@sh0.org>
pkgname=ladvd
-pkgver=1.1.0
+pkgver=1.1.2
pkgrel=1
pkgdesc='LLDP daemon for Unix'
arch=('i686' 'x86_64')
-url='http://ladvd.googlecode.com/'
+url='https://github.com/sspans/ladvd'
license=('BSD')
install='ladvd.install'
depends=('pciutils' 'libcap-ng' 'libpcap' 'libevent')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sspans/ladvd/archive/v1.1.0.tar.gz")
-sha256sums=('6db4b3270d90469e7081695f62ed13b88ac15bd41b8467c81eec5d035742ae57')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sspans/ladvd/archive/v${pkgver}.tar.gz")
+sha256sums=('3391ad591eb6a97b19fdf243f2bb0dc54a93f0f4a3980e8240ac0ffab353d0d4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -19,7 +19,8 @@ build() {
sed -i 's/-Werror//' configure.ac
autoreconf -fi
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--sbindir=/usr/bin \
--mandir=/usr/share/man \
--with-user=ladvd \