summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Christopher Brause2017-10-16 12:52:40 +0200
committerNils Christopher Brause2017-10-16 12:52:40 +0200
commit34ee2ff79df94cc9e44e97abdc799edae0befc01 (patch)
treec95241c3ae6ea03c276ffb7ae81c684e7f811c5b
parent11654ef3194b1d67ba67373d1448dd9f7f93ebc9 (diff)
downloadaur-34ee2ff79df94cc9e44e97abdc799edae0befc01.tar.gz
Added provides.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e036176b99fa..1da5fef8df83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Nils Christopher Brause <nilschrbrause@googlemail.com>
pkgname=waylandpp-git
-pkgver=176
+pkgver=189
pkgrel=1
pkgdesc='Wayland C++ bindings'
arch=('i686' 'x86_64' 'armv5' 'armv6' 'armv7' 'armv8')
url='https://github.com/NilsBrause/waylandpp'
licanse=('MIT' 'GPL3')
depends=(wayland)
+provides=(waylandpp)
conflicts=(waylandpp)
makedepends=(scons)
source=("${pkgname}::git+https://github.com/NilsBrause/waylandpp.git")