summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrolex2017-07-23 01:00:41 +0300
committerrolex2017-07-23 01:00:41 +0300
commite5f4c946848ab3be38a2bbe2d07cfe6091ff896a (patch)
treea46e9b7b98d50c0c5ec235800b3d5f32ee561ffe /PKGBUILD
parent99633f04c11618e16a5c7efb8d2a9d53092e5eeb (diff)
downloadaur-libusbgx-git.tar.gz
Added Provides section to PKGBUILD
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")