summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-23 08:39:44 -0600
committerMark Wagie2023-03-23 08:39:44 -0600
commitb90d7dbb07df381280fe02b44cae785ecb09cca2 (patch)
tree19db264f90bd9d585c42a8ce9031c59ad39c04c2
parent00453c1af1ac2bade44f4716b910cf098ebf9594 (diff)
downloadaur-b90d7dbb07df381280fe02b44cae785ecb09cca2.tar.gz
update patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a43ec8a7ec2e..72e95b4d974e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-network-displays-git
pkgdesc = Miracast implementation for GNOME
pkgver = 0.90.5.r33.g0e128d2
- pkgrel = 5
+ pkgrel = 6
url = https://gitlab.gnome.org/GNOME/gnome-network-displays
arch = x86_64
license = GPL3
@@ -26,6 +26,6 @@ pkgbase = gnome-network-displays-git
source = git+https://gitlab.gnome.org/GNOME/gnome-network-displays.git
source = https://gitlab.gnome.org/GNOME/gnome-network-displays/-/merge_requests/171.patch
sha256sums = SKIP
- sha256sums = b0be3b267e370cc23202febf16c742257f28b173583be795ce5adf113a44a060
+ sha256sums = 94919524bbd05daa756dd1298b513465d238610e4ecf92cefd44bf76cb4a2d77
pkgname = gnome-network-displays-git
diff --git a/PKGBUILD b/PKGBUILD
index e705cec8daa5..9cf2998e1511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gnome-network-displays-git
pkgver=0.90.5.r33.g0e128d2
-pkgrel=5
+pkgrel=6
pkgdesc="Miracast implementation for GNOME"
arch=('x86_64')
url="https://gitlab.gnome.org/GNOME/gnome-network-displays"
@@ -16,7 +16,7 @@ conflicts=("${pkgname%-git}")
source=('git+https://gitlab.gnome.org/GNOME/gnome-network-displays.git'
'https://gitlab.gnome.org/GNOME/gnome-network-displays/-/merge_requests/171.patch')
sha256sums=('SKIP'
- 'b0be3b267e370cc23202febf16c742257f28b173583be795ce5adf113a44a060')
+ '94919524bbd05daa756dd1298b513465d238610e4ecf92cefd44bf76cb4a2d77')
pkgver() {
cd "$srcdir/${pkgname%-git}"