summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDennis Hamester2016-03-23 22:41:10 +0100
committerDennis Hamester2016-03-23 22:48:33 +0100
commitb4031d00d7fc61df8e9c5e0682e85e57f0b4c24b (patch)
tree4f6e5bd07efb65cfae035ce73b178134a3c5cc28 /PKGBUILD
parent5fddeb904af5105980d9947c060572f0e05fd389 (diff)
downloadaur-b4031d00d7fc61df8e9c5e0682e85e57f0b4c24b.tar.gz
Fix depends and provides
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')