diff options
author | tinywrkb | 2020-09-07 16:29:30 +0300 |
---|---|---|
committer | tinywrkb | 2020-09-07 16:29:30 +0300 |
commit | e11cf46931fa555f8c9b27b16e3067afa6907f3e (patch) | |
tree | d0277253214b31a1529948f3e41b01190b9f1528 | |
parent | ae56d5cc997c7f391abda1be6673a19903c338af (diff) | |
download | aur-e11cf46931fa555f8c9b27b16e3067afa6907f3e.tar.gz |
explicitly set wayland branch
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = rofi-lbonn-wayland-git pkgdesc = A window switcher, application launcher and dmenu replacement (Wayland fork) - pkgver = 1.3.1.r1315.g498fd2fc + pkgver = 1.3.1.r1349.gf0139710 pkgrel = 1 url = https://github.com/lbonn/rofi arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = rofi-lbonn-wayland-git optdepends = i3-wm: use as a window switcher provides = rofi conflicts = rofi - source = rofi::git+https://github.com/lbonn/rofi.git + source = rofi::git+https://github.com/lbonn/rofi.git#branch=wayland sha256sums = SKIP pkgname = rofi-lbonn-wayland-git @@ -10,7 +10,7 @@ _gitname=rofi pkgname=rofi-lbonn-wayland-git -pkgver=1.3.1.r1315.g498fd2fc +pkgver=1.3.1.r1349.gf0139710 pkgrel=1 pkgdesc='A window switcher, application launcher and dmenu replacement (Wayland fork)' arch=(x86_64) @@ -21,7 +21,7 @@ makedepends=(check git meson wayland-protocols) optdepends=('i3-wm: use as a window switcher') provides=(rofi) conflicts=(rofi) -source=("${_gitname}::git+${url}.git") +source=("${_gitname}::git+${url}.git#branch=wayland") sha256sums=('SKIP') pkgver() { |