Jagannathan Tiruvallur Eachambadi via aur-general writes:
The mailing list strips attachaments so your patch was probably swallowed. If you want, you can send it inline with the email.
Ah, I sent it as an inline mime attachment, but it was scrubbed anyway. Here is the patch fully inline: --- qutebrowser/trunk/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qutebrowser/trunk/PKGBUILD b/qutebrowser/trunk/PKGBUILD index a08f22bcd62..f7e50461e14 100644 --- a/qutebrowser/trunk/PKGBUILD +++ b/qutebrowser/trunk/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org> pkgname=qutebrowser -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc="A keyboard-driven, vim-like browser based on PyQt5" arch=("any") @@ -23,7 +23,7 @@ source=( "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebr..." "https://github.com/qutebrowser/qutebrowser/releases/download/v$pkgver/qutebr...") validpgpkeys=("E04E560002401B8EF0E76F0A916EB0C8FD55A072") -sha256sums=('1ce6cf2634f06d3e715c53b50e4d042ba04aa39207ec318039a2a333e2d46beb' +sha256sums=('83cf51e934d37ac6fa686ba25878d63ba319b3e548f41f8ea2ee02d393313095' 'SKIP') build() { @@ -34,5 +34,5 @@ build() { package() { cd "$srcdir/$pkgname-$pkgver" - make -f misc/Makefile DESTDIR="$pkgdir" install + make -f misc/Makefile DESTDIR="$pkgdir" PREFIX="/usr" install } -- 2.14.2