summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRolf Jordi2021-12-11 15:11:47 +0100
committerRolf Jordi2021-12-11 15:11:47 +0100
commit8c0f9d09b65a36cbf2e301e197d9faf1ba640784 (patch)
tree20084219679f0cead647c5e60cb370a2d38b52ce
parent430ab4469456a702374ced5b85892be8ba6c1acb (diff)
downloadaur-wayland-info-git.tar.gz
update depdency
-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)"