| author | Ryo Munakata
<afpacket@gmail.com> 2021-08-14 07:27:43 UTC |
| committer | Ryo Munakata
<afpacket@gmail.com> 2021-08-14 07:27:43 UTC |
| parent | 2ce38f77321ab76db8e0023b1ed91d236240c649 |
| .SRCINFO | +2 | -1 |
| PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 2988e08..634d65a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,13 @@ pkgbase = glmark2-git pkgdesc = An OpenGL 2.0 and ES 2.0 benchmark (X11, Wayland, DRM) pkgver = r960.ca8de51 - pkgrel = 1 + pkgrel = 2 url = https://github.com/glmark2/glmark2 arch = x86_64 arch = aarch64 license = GPL license = custom + makedepends = git makedepends = meson makedepends = systemd makedepends = wayland-protocols diff --git a/PKGBUILD b/PKGBUILD index 7b7f63d..54c10ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,13 +4,13 @@ # Contributor: farseerfc <farseerfc@gmail.com> pkgname=glmark2-git pkgver=r960.ca8de51 -pkgrel=1 +pkgrel=2 pkgdesc="An OpenGL 2.0 and ES 2.0 benchmark (X11, Wayland, DRM)" arch=('x86_64' 'aarch64') url="https://github.com/glmark2/glmark2" license=('GPL' 'custom') depends=('libjpeg-turbo' 'libpng' 'libx11' 'mesa' 'systemd-libs' 'libgl' 'libgles' 'wayland' 'egl-wayland') -makedepends=('meson' 'systemd' 'wayland-protocols') +makedepends=('git' 'meson' 'systemd' 'wayland-protocols') conflicts=('glmark2') provides=('glmark2') source=("$pkgname"::'git://github.com/glmark2/glmark2.git')