diff options
author | Dan Fuhry | 2023-03-03 11:47:37 -0500 |
---|---|---|
committer | Dan Fuhry | 2023-03-03 11:47:37 -0500 |
commit | 2c1ad43850dcad82fedae911fc722b790462d009 (patch) | |
tree | 820974c84bfc18cab292ed9856aec03804eb4838 /PKGBUILD | |
parent | aaf86688f5dedecc24ff4f850b17d93c6d1df678 (diff) | |
download | aur-2c1ad43850dcad82fedae911fc722b790462d009.tar.gz |
update pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ _pkgname=libbpf pkgname=${_pkgname}-static pkgver=1.0.1 pkgrel=1 -pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space' +pkgdesc='Library for loading eBPF programs and reading and manipulating eBPF objects from user-space (static libraries)' url='https://github.com/libbpf/libbpf' arch=('x86_64') license=('LGPL2.1') |