summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f5cac2e9aff4..888871c5dfc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,16 @@
# Maintainer: (maturain) <maturain@gmail.com>
-
pkgname=wayland-info-git
pkgver=r43.f7f4e42
-pkgrel=2
+pkgrel=3
pkgdesc="Wayland tools to display information about current compository"
url="https://gitlab.freedesktop.org/ofourdan/wayland-info"
arch=(x86_64)
license=(MIT)
-depends=(wayland)
+depends=(wayland wayland-protocols)
makedepends=(meson git)
source=("git+https://gitlab.freedesktop.org/ofourdan/wayland-info.git")
sha256sums=('SKIP')
-makedepends=(meson)
-
-
pkgver() {
cd wayland-info
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"