summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrolex2017-07-23 01:00:41 +0300
committerrolex2017-07-23 01:00:41 +0300
commite5f4c946848ab3be38a2bbe2d07cfe6091ff896a (patch)
treea46e9b7b98d50c0c5ec235800b3d5f32ee561ffe
parent99633f04c11618e16a5c7efb8d2a9d53092e5eeb (diff)
downloadaur-libusbgx-git.tar.gz
Added Provides section to PKGBUILD
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a779698db29b..f5b653da62ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = libusbgx-git
pkgdesc = C library encapsulating the kernel USB gadget-configfs userspace API functionality
pkgver = r325.b8941d1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/libusbgx/libusbgx
arch = i686
arch = x86_64
arch = aarch64
license = LGPL
depends = libconfig
+ provides = libusbgx
source = libusbgx::git+https://github.com/libusbgx/libusbgx.git
sha256sums = SKIP
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")