[arch-commits] Commit in waylandpp/trunk (PKGBUILD)
Ike Devolder
idevolder at archlinux.org
Fri Jul 3 12:00:46 UTC 2020
Date: Friday, July 3, 2020 @ 12:00:45
Author: idevolder
Revision: 657618
upgpkg: waylandpp 0.2.8-1
Modified:
waylandpp/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-03 10:56:53 UTC (rev 657617)
+++ PKGBUILD 2020-07-03 12:00:45 UTC (rev 657618)
@@ -1,8 +1,8 @@
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: Nils Christopher Brause <nilschrbrause at googlemail.com>
pkgname=waylandpp
-pkgver=0.2.7
-pkgrel=2
+pkgver=0.2.8
+pkgrel=1
pkgdesc='Wayland C++ bindings'
arch=('x86_64')
url='https://github.com/NilsBrause/waylandpp'
@@ -10,17 +10,12 @@
depends=(wayland 'pugixml')
conflicts=(waylandpp-git)
makedepends=(cmake egl-wayland)
-source=(
- "https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip"
- '695c0881101435a57d24c84d04cbcb79eec49903.patch'
-)
-sha512sums=('35ff3fd23af7b156fa2d7dcbf571661e5196c92e52d800ee1901ce75ea4eb2b83a5f51a6c6ec67eea886c7016f13a28035b3bb4ccc2c6323cc0126aa8ac59ab2'
- '485272837f4d32b251678cd15a581b8f174ea01a58fd91aa78219b22470426734ce610ca397ff86ff1828d0757e0a66417e18f60b5380324afee14338d26df3e')
+source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip")
+sha512sums=('00cf7ec9cbd45a78d4b344d619746738a8a292a56ea7ca6a148d2e460d2c03baf49fac0de642e017f6d7226c80e3e4400469b764d2c7be4b42e90ada68263aa2')
build()
{
cd $pkgname-$pkgver
- patch -p1 -i "$srcdir/695c0881101435a57d24c84d04cbcb79eec49903.patch"
[[ -d build ]] && rm -rf build
mkdir build
cd build
More information about the arch-commits
mailing list