summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorH. Rosendahl2020-05-16 10:13:49 +0200
committerH. Rosendahl2020-05-16 10:13:49 +0200
commit9738adae6acab523d716b59f2af1857271714320 (patch)
tree43e21020d218d535acca99cff780f749160d93c3 /PKGBUILD
parenta8c4ad5a4be20f4711531fc2d71b94d52793b53d (diff)
downloadaur-grobi-git.tar.gz
Update build instructions
Thanks to @infabo for the info.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89c0b018c95e..a02f3f5af4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Alexander Neumann <alexander@bumpern.de>
options=(!strip)
pkgname=grobi-git
-pkgver=r117.daa886b
+pkgver=r123.fd80d7f
pkgrel=1
pkgdesc="grobi automates applying xrandr profiles when outputs change"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$pkgname"
- go run build.go
+ go build
}
package() {