diff options
author | Chocobo1 | 2023-04-11 15:29:57 +0800 |
---|---|---|
committer | Chocobo1 | 2023-04-11 15:29:57 +0800 |
commit | 99eb487a07f75f6920117a160278f2cf1c87a96c (patch) | |
tree | b054e764081dcb85e9bd4dfd194d9a6b76449792 /PKGBUILD | |
parent | d98dd967e79e8983f80a5a5399d09fc32b77e294 (diff) | |
download | aur-libdnet-git.tar.gz |
upgpkg: libdnet-git 1.16.4.r0.gb2b839d-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> pkgname=libdnet-git -pkgver=1.12.r20.g54a0c14 +pkgver=1.16.4.r0.gb2b839d pkgrel=1 pkgdesc="A simplified, portable interface to several low-level networking routines" arch=('i686' 'x86_64') @@ -9,7 +9,7 @@ url="https://github.com/dugsong/libdnet" license=('BSD') depends=('glibc' 'sh') makedepends=('git') -provides=('libdnet') +provides=("libdnet=$pkgver") conflicts=('libdnet') options=('staticlibs') source=("git+https://github.com/dugsong/libdnet.git") @@ -40,5 +40,5 @@ package() { cd "libdnet" make DESTDIR="$pkgdir" install - install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/libdnet/LICENSE" + install -Dm644 "LICENSE" -t "$pkgdir/usr/share/licenses/libdnet" } |