aboutsummaryrefslogtreecommitdiffstats
path: root/community/waylandpp
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-11 01:36:50 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-11 17:11:10 -0300
commitcd2132dc164317c452df323a8c0f74a18310e2ef (patch)
tree7d59476762d17610855516b3e9772e221292a982 /community/waylandpp
parent624044ddba425cdd9bb6cd888ae10de3751b0b57 (diff)
downloadaports-cd2132dc164317c452df323a8c0f74a18310e2ef.tar.bz2
aports-cd2132dc164317c452df323a8c0f74a18310e2ef.tar.xz
community/waylandpp: upgrade to 0.2.6
Diffstat (limited to 'community/waylandpp')
-rw-r--r--community/waylandpp/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/waylandpp/APKBUILD b/community/waylandpp/APKBUILD
index bef5a5e740..c1ab91ff6a 100644
--- a/community/waylandpp/APKBUILD
+++ b/community/waylandpp/APKBUILD
@@ -1,15 +1,16 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=waylandpp
-pkgver=0.2.5
+pkgver=0.2.6
pkgrel=0
arch="all"
url="https://github.com/NilsBrause/waylandpp"
+options="!check" # No tests are run
pkgdesc="Wayland C++ bindings"
license="MIT AND GPL-3.0-or-later"
depends_dev="pugixml-dev wayland-dev mesa-dev"
makedepends="$depends_dev cmake doxygen graphviz"
-source="$pkgname-$pkgver.tar.gz::https://github.com/nilsbrause/$pkgname/archive/$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/nilsbrause/waylandpp/archive/$pkgver.tar.gz"
subpackages="$pkgname-dev $pkgname-doc"
build() {
@@ -28,4 +29,4 @@ package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="a8c80282022b2ede3c3d0f5516e236aedaf3ef685565da8c61214fe37eda139bf152093eb29960be1889798eef5631b9d68a5e832c10cf1160c4a90f45eccb6e waylandpp-0.2.5.tar.gz"
+sha512sums="b2d2f22864db830ec6a78282552a3e677f109c49381f21e80efec3cc65cad1820b1e10ad76d960e9d470f84060bb7f3edf0dcdd94025ae80a4a93ffcecfb8c5f waylandpp-0.2.6.tar.gz"