Checksum diff.
This commit is contained in:
parent
befe812438
commit
db2cdc8d6b
4
.SRCINFO
4
.SRCINFO
@ -31,9 +31,9 @@ pkgbase = sway-hidpi-git
|
|||||||
options = debug
|
options = debug
|
||||||
options = !strip
|
options = !strip
|
||||||
source = sway-hidpi::git+https://github.com/swaywm/sway.git
|
source = sway-hidpi::git+https://github.com/swaywm/sway.git
|
||||||
source = https://github.com/swaywm/sway/pull/5090.diff
|
source = xwayland_hidpi.diff::https://github.com/swaywm/sway/pull/5090.diff
|
||||||
sha512sums = SKIP
|
|
||||||
sha512sums = SKIP
|
sha512sums = SKIP
|
||||||
|
sha512sums = 813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667
|
||||||
|
|
||||||
pkgname = sway-hidpi-git
|
pkgname = sway-hidpi-git
|
||||||
|
|
||||||
|
8
PKGBUILD
8
PKGBUILD
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
# Maintainer: Antonin Décimo <antonin dot decimo at gmail dot com>
|
||||||
pkgname=sway-hidpi-git
|
pkgname=sway-hidpi-git
|
||||||
_pkgname=sway-hidpi
|
_pkgname=sway-hidpi
|
||||||
pkgver=r6341.ae3ec745
|
pkgver=r6437.ea3ba203
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
license=("MIT")
|
license=("MIT")
|
||||||
pkgdesc="i3-compatible Wayland compositor, with XWayland HiDPI"
|
pkgdesc="i3-compatible Wayland compositor, with XWayland HiDPI"
|
||||||
@ -21,9 +21,9 @@ optdepends=(
|
|||||||
arch=("i686" "x86_64")
|
arch=("i686" "x86_64")
|
||||||
url="https://swaywm.org"
|
url="https://swaywm.org"
|
||||||
source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git"
|
source=("${pkgname%-*}::git+https://github.com/swaywm/sway.git"
|
||||||
"https://github.com/swaywm/sway/pull/5090.diff")
|
"xwayland_hidpi.diff::https://github.com/swaywm/sway/pull/5090.diff")
|
||||||
sha512sums=('SKIP'
|
sha512sums=('SKIP'
|
||||||
'SKIP')
|
'813863fe8d391761770eb264b1c0a2d9442efde3e79fae6b78386ed7c041906eef60bbf9d9bc7d118494de8aba2cd4c45a13dcd2ca09f3f1cd1157e74f122667')
|
||||||
provides=("sway")
|
provides=("sway")
|
||||||
conflicts=("sway")
|
conflicts=("sway")
|
||||||
options=(debug !strip)
|
options=(debug !strip)
|
||||||
@ -35,7 +35,7 @@ pkgver() {
|
|||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$_pkgname"
|
cd "$_pkgname"
|
||||||
patch -Np1 -i ../5090.diff
|
patch -Np1 -i ../xwayland_hidpi.diff
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
Reference in New Issue
Block a user