Date: Wednesday, September 14, 2022 @ 06:34:45 Author: arojas Revision: 456087
upgpkg: wayland-utils 1.1.0-1: Update to 1.1.0 Modified: wayland-utils/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-14 06:21:37 UTC (rev 456086) +++ PKGBUILD 2022-09-14 06:34:45 UTC (rev 456087) @@ -2,19 +2,19 @@ # Contributor: Lex Black <[email protected]> pkgname=wayland-utils -pkgver=1.0.0 -pkgrel=2 +pkgver=1.1.0 +pkgrel=1 pkgdesc='Wayland tools to display information about current compositor' url='https://gitlab.freedesktop.org/wayland/wayland-utils' arch=(x86_64) license=(MIT) -depends=(wayland) +depends=(wayland libdrm) makedepends=(meson wayland-protocols) -source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz) -sha256sums=('72fc2471715077000f76833d72ad59ed24e3a3f77b47f77e45ae669bef99947a') +source=(https://gitlab.freedesktop.org/wayland/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('736fae5eb93e7eb6cdaa2374583b82912d2a497853ee8a1b3aeec0109ddd82dc') build() { - meson $pkgname-$pkgname-$pkgver build \ + meson $pkgname-$pkgver build \ --prefix /usr meson compile -C build } @@ -22,5 +22,5 @@ package() { meson install -C build --destdir "$pkgdir" - install -Dm644 $pkgname-$pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname + install -Dm644 $pkgname-$pkgver/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname }
