summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2022-08-30 14:55:15 +0100
committerEric Engestrom2022-08-30 14:55:15 +0100
commit5a8bf1161a491af22baea3ba67f6fb396a482d94 (patch)
treea1be289625f2ccbd3602d630eb777b5fcd5dee47
parentf05708fd2d5316d057a96d3a6a41619cdbc46704 (diff)
downloadaur-xisxwayland.tar.gz
update to v2
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f45f64dbdad6..a75aac84495b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xisxwayland
pkgdesc = Tool to determine whether the X server in use is Xwayland
- pkgver = 1
- pkgrel = 2
+ pkgver = 2
+ pkgrel = 1
url = https://gitlab.freedesktop.org/xorg/app/xisxwayland
arch = x86_64
license = MIT
@@ -9,10 +9,7 @@ pkgbase = xisxwayland
makedepends = ninja
depends = libx11
depends = libxrandr
- source = https://xorg.freedesktop.org/archive/individual/app/xisxwayland-1.tar.xz
- source = https://gitlab.freedesktop.org/xorg/app/xisxwayland/-/commit/f4d8ab82ac0b724bba1c43c6d3196a223c560a61.patch
- sha256sums = 39eff8ab32e7fa3d94fad61eaba9c970f51221f2b76897a66f16ff0b34f02a29
- sha256sums = e2f9872865c6a5e795259c56fd52a7dfc3d97da5cd7fc27b76210f4e3753e984
+ source = https://xorg.freedesktop.org/archive/individual/app/xisxwayland-2.tar.xz
+ sha256sums = d24d9cdff3e3a7ee9456384eab8caaa1d71530d9d95131a23a243ebbee5da22d
pkgname = xisxwayland
-
diff --git a/PKGBUILD b/PKGBUILD
index 3fed97cb1885..82ed06a6545f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,16 @@
# Maintainer: Eric Engestrom <aur [at] engestrom [dot] ch>
pkgname=xisxwayland
-pkgver=1
-pkgrel=2
+pkgver=2
+pkgrel=1
pkgdesc="Tool to determine whether the X server in use is Xwayland"
url="https://gitlab.freedesktop.org/xorg/app/xisxwayland"
arch=(x86_64)
license=(MIT)
makedepends=(meson ninja)
depends=(libx11 libxrandr)
-source=("https://xorg.freedesktop.org/archive/individual/app/xisxwayland-$pkgver.tar.xz"
- "$url/-/commit/f4d8ab82ac0b724bba1c43c6d3196a223c560a61.patch")
-sha256sums=('39eff8ab32e7fa3d94fad61eaba9c970f51221f2b76897a66f16ff0b34f02a29'
- 'e2f9872865c6a5e795259c56fd52a7dfc3d97da5cd7fc27b76210f4e3753e984')
-
-prepare() {
- patch -d $pkgname-$pkgver -p1 -i ../f4d8ab82ac0b724bba1c43c6d3196a223c560a61.patch
-}
+source=("https://xorg.freedesktop.org/archive/individual/app/xisxwayland-$pkgver.tar.xz")
+sha256sums=('d24d9cdff3e3a7ee9456384eab8caaa1d71530d9d95131a23a243ebbee5da22d')
build() {
arch-meson $pkgname-$pkgver build