summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Hamester2016-03-23 22:43:05 +0100
committerDennis Hamester2016-03-23 22:46:01 +0100
commit649a20d03b6cf272d389fa8392fcb1f51947bc27 (patch)
tree05f927369b1b009de8a368ef7586633c6f31d8b6 /PKGBUILD
parentd45be6e4eeefcac0029e3c59c19b228dce59e343 (diff)
downloadaur-649a20d03b6cf272d389fa8392fcb1f51947bc27.tar.gz
Fix missing provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3040ab145fb7..8f29cc274f38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=scraw
pkgname=$_pkgname-git
pkgver=0.2.0.r0.g4a95995
-pkgrel=1
-pkgdesc="Steam Controller C library"
+pkgrel=2
+pkgdesc="Steam Controller C library (git version)"
arch=('i686' 'x86_64')
url="https://gitlab.com/dennis-hamester/scraw"
license=('custom:ISC')
makedepends=('cmake' 'doxygen')
depends=('libusb')
+provides=('scraw')
source=("git+https://gitlab.com/dennis-hamester/scraw.git")
sha256sums=('SKIP')