[arch-commits] Commit in grobi/trunk (PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sun May 8 19:38:57 UTC 2022


    Date: Sunday, May 8, 2022 @ 19:38:57
  Author: foxboron
Revision: 1196281

upgpkg: grobi 0.6.0-3: upgpkg: grobi 0.6.0-3

Modified:
  grobi/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-08 19:37:55 UTC (rev 1196280)
+++ PKGBUILD	2022-05-08 19:38:57 UTC (rev 1196281)
@@ -1,6 +1,6 @@
 pkgname=grobi
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Automatically configure monitors/outputs for Xorg via RANDR'
 arch=('x86_64')
 url='https://github.com/fd0/grobi'
@@ -7,8 +7,8 @@
 license=('BSD')
 makedepends=('go')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/fd0/grobi/archive/refs/tags/v$pkgver.tar.gz"
-"fix-test.patch::https://github.com/fd0/grobi/commit/176988ab087ff92d1408fbc454c77263457f3d7e.patch"
-"fix-edid-junk.patch::https://github.com/fd0/grobi/pull/33.patch"
+"$pkgname-fix-test.patch::https://github.com/fd0/grobi/commit/176988ab087ff92d1408fbc454c77263457f3d7e.patch"
+"$pkgname-fix-edid-junk.patch::https://github.com/fd0/grobi/pull/33.patch"
 )
 sha256sums=('846cc199ca9e5a223b923f517e4f1c42e9f78553fe12b83788c327083b95c519'
             'd549e83b067540d15d56d93350c3561c74f91132bdf63cde8fd8aeab5bcb8176'
@@ -18,8 +18,8 @@
   cd "$pkgname-$pkgver"
   mkdir -p build/
 
-  patch -Np1 < ../fix-test.patch
-  patch -Np1 < ../fix-edid-junk.patch
+  patch -Np1 < "$srcdir/grobi-fix-test.patch"
+  patch -Np1 < "$srcdir/grobi-fix-edid-junk.patch"
 }
 
 build() {



More information about the arch-commits mailing list