summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0df5075030c..c67774f5ffa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
_pkgname=libusbgx
pkgname=$_pkgname-git
pkgver=r325.b8941d1
-pkgrel=1
+pkgrel=2
pkgdesc="C library encapsulating the kernel USB gadget-configfs userspace API functionality"
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/libusbgx/libusbgx"
+provides=("$_pkgname")
depends=('libconfig')
license=('LGPL')
source=("$_pkgname::git+https://github.com/libusbgx/libusbgx.git")