summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Janzic2021-04-29 18:42:14 +0200
committerJosip Janzic2021-04-29 19:02:02 +0200
commit044789b252c57b33b2d7bb3db7e5d8f89d1d7b58 (patch)
tree4bf14b6b2f7387cca32faed0ad67e2ec0c286deb
parent2a73347f8ccd57eb822a3c9cde7d4413f910cd86 (diff)
downloadaur-044789b252c57b33b2d7bb3db7e5d8f89d1d7b58.tar.gz
use hi-res scroll fork
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aea5e279e51f..0d63f4422cc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
-pkgbase = wlroots-git
- pkgdesc = Modular Wayland compositor library (git version)
- pkgver = 0.13.0.r12.gb29ac8fb
+pkgbase = wlroots-hi-res-scroll-git
+ pkgdesc = Modular Wayland compositor library with hi-res scroll patches (git version)
+ pkgver = 0.13.0.r95.g8e9e6e1a
pkgrel = 1
- url = https://github.com/swaywm/wlroots
+ url = https://github.com/janza/wlroots
arch = x86_64
license = custom:MIT
makedepends = git
@@ -22,10 +22,11 @@ pkgbase = wlroots-git
depends = systemd
depends = xorg-xwayland
provides = wlroots=0.13.0
+ provides = wlroots-git
conflicts = wlroots
options = debug
- source = wlroots-git::git+https://github.com/swaywm/wlroots
+ source = wlroots-hi-res-scroll-git::git+https://github.com/janza/wlroots
sha512sums = SKIP
-pkgname = wlroots-git
+pkgname = wlroots-hi-res-scroll-git
diff --git a/PKGBUILD b/PKGBUILD
index 2c1f79a5956b..19a7addad609 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Adrian Perez de Castro <aperez@igalia.com>
-# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
-pkgname=wlroots-git
-pkgver=0.13.0.r12.gb29ac8fb
+# Maintainer: Josip Janzic <me@josip.dev>
+# Contributor: Adrian Perez de Castro <aperez@igalia.com>
+# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
+pkgname=wlroots-hi-res-scroll-git
+pkgver=0.13.0.r95.g8e9e6e1a
pkgrel=1
license=(custom:MIT)
-pkgdesc='Modular Wayland compositor library (git version)'
-url=https://github.com/swaywm/wlroots
+pkgdesc='Modular Wayland compositor library with hi-res scroll patches (git version)'
+url=https://github.com/janza/wlroots
arch=(x86_64)
-provides=("wlroots=${pkgver%%.r*}")
+provides=("wlroots=${pkgver%%.r*}" "wlroots-git")
conflicts=(wlroots)
options=(debug)
depends=(