Update from pcre to pcre2

after sway f614f35e7354980bf4f0a66ca99be9b5f3a7ac90
f614f35e73
This commit is contained in:
Antonin Décimo 2022-03-15 08:46:33 +01:00
parent 4b857cea8e
commit 2461b29b89
2 changed files with 4 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = sway-git pkgbase = sway-git
pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager pkgdesc = Tiling Wayland compositor and replacement for the i3 window manager
pkgver = r6607.28cadf55 pkgver = r6891.3dffe7f3
pkgrel = 1 pkgrel = 1
url = https://swaywm.org url = https://swaywm.org
arch = i686 arch = i686
@ -15,7 +15,7 @@ pkgbase = sway-git
depends = json-c depends = json-c
depends = pango depends = pango
depends = polkit depends = polkit
depends = pcre depends = pcre2
depends = swaybg-git depends = swaybg-git
depends = ttf-font depends = ttf-font
depends = wlroots-git depends = wlroots-git
@ -40,4 +40,3 @@ pkgbase = sway-git
sha512sums = 57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e sha512sums = 57590bc0d14c87289a4a9cd67991c6a841e54244d2a6186b5da5a08e633de2e8631959fa8c77ede211b0a5f315d920f2c1350951a53d6f2e9e81859056cb3c9e
pkgname = sway-git pkgname = sway-git

View file

@ -2,7 +2,7 @@
# Contributor: Antonin Décimo <antonin dot decimo at gmail dot com> # Contributor: Antonin Décimo <antonin dot decimo at gmail dot com>
pkgname=sway-git pkgname=sway-git
_pkgname=sway _pkgname=sway
pkgver=r6607.28cadf55 pkgver=r6891.3dffe7f3
pkgrel=1 pkgrel=1
license=("MIT") license=("MIT")
pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager" pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
@ -18,7 +18,7 @@ depends=(
"json-c" "json-c"
"pango" "pango"
"polkit" "polkit"
"pcre" "pcre2"
"swaybg-git" "swaybg-git"
"ttf-font" "ttf-font"
"wlroots-git" "wlroots-git"