summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Schoenick2019-07-30 17:46:11 -0700
committerJohn Schoenick2019-07-30 17:46:20 -0700
commit7940f1d08b7bef514dd1964d4aeab2e2a24cce56 (patch)
tree817343abdd37a62cda4dd22207cee2d7c6f689cc
parent06b35b38cf9932ee3209e941a1e3a41c663f519b (diff)
downloadaur-7940f1d08b7bef514dd1964d4aeab2e2a24cce56.tar.gz
Update pkgdesc for linux-fsync branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e93163240f0..d0b9427793dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 23 22:40:40 UTC 2019
+# Wed Jul 31 00:46:14 UTC 2019
pkgbase = linux-fsync
pkgver = 5.2.1.arch1
pkgrel = 1
@@ -33,7 +33,7 @@ pkgbase = linux-fsync
sha256sums = 6aebfbe06e19207b80d06f382b5e0625958ff2db5719b98844d6de620c195be4
pkgname = linux-fsync
- pkgdesc = The Linux-fsync kernel and modules
+ pkgdesc = The Linux-fsync kernel and modules, including the futex-wait-multiple patchset for testing with Proton fsync
install = linux.install
depends = coreutils
depends = linux-firmware
diff --git a/PKGBUILD b/PKGBUILD
index 9ebee253e314..ba894fee2d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -72,7 +72,7 @@ build() {
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules"
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules, including the futex-wait-multiple patchset for testing with Proton fsync"
[[ $pkgbase = linux ]] && groups=(base)
depends=(coreutils linux-firmware kmod mkinitcpio)
optdepends=('crda: to set the correct wireless channels of your country')