* update libndp to 1.8-1

This commit is contained in:
Alexander Baldeck 2021-06-21 09:36:10 +02:00
parent b2e4574f70
commit dd90165d73

View File

@ -1,16 +1,16 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=libndp
pkgver=1.7
pkgrel=2
pkgver=1.8
pkgrel=1
pkgdesc="Library for Neighbor Discovery Protocol"
arch=( x86_64 powerpc64le powerpc )
arch=(x86_64 powerpc64le powerpc)
url="http://libndp.org/"
license=(LGPL2.1)
license=(LGPL)
depends=(glibc)
makedepends=(git)
_commit=96674e7d4f4d569c2c961e865cc16152dfab5f09 # tags/v1.7
_commit=009ce9cd9b950ffa1f4f94c9436027b936850d0c # tags/v1.8
source=("git+https://github.com/jpirko/libndp#commit=$_commit")
sha256sums=('SKIP')