summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6eac3520075b..f7f21fadc2b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=scrawpp
pkgname=$_pkgname-git
pkgver=0.1.0.r0.g09a158c
-pkgrel=1
+pkgrel=2
pkgdesc="Steam Controller C++ library (git version)"
arch=('any')
url="https://gitlab.com/dennis-hamester/scrawpp"
license=('custom:ISC')
makedepends=('cmake')
-depends=('scraw')
+depends=('scraw-git')
+provides=('scrawpp')
source=("git+https://gitlab.com/dennis-hamester/scrawpp.git")
sha256sums=('SKIP')