From 6852f1f305baf4e8ec3bcc22a6be22dd4b5f5ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Sat, 12 Dec 2020 21:04:04 +0100 Subject: [PATCH] Update description --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a14498c..6d25c67 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = wlroots-hidpi-git - pkgdesc = Modular Wayland compositor library, with XWayland HiDPI + pkgdesc = Modular Wayland compositor library, with XWayland HiDPI (git version) pkgver = 0.12.0.r96.g4c363a56 - pkgrel = 1 + pkgrel = 2 url = https://github.com/swaywm/wlroots arch = x86_64 license = custom:MIT diff --git a/PKGBUILD b/PKGBUILD index ffddbd0..93d8ba7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,9 +2,9 @@ # Contributor: Adrian Perez de Castro pkgname=wlroots-hidpi-git pkgver=0.12.0.r96.g4c363a56 -pkgrel=1 +pkgrel=2 license=(custom:MIT) -pkgdesc='Modular Wayland compositor library, with XWayland HiDPI' +pkgdesc='Modular Wayland compositor library, with XWayland HiDPI (git version)' url=https://github.com/swaywm/wlroots arch=(x86_64) provides=("wlroots-hidpi=${pkgver%%.r*}")