summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-07-13 17:14:56 -0600
committerMark Wagie2020-07-13 17:14:56 -0600
commitec060928d0027bb97ba4818ccb299a30cf4e49be (patch)
treeff9e25a61aadd687acf03c87ec2c3aceef5ba19f
parent14db62154b96fda94efa6f8b6601c0b57e9b82e5 (diff)
downloadaur-ec060928d0027bb97ba4818ccb299a30cf4e49be.tar.gz
utilize new build options
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec64fb07775c..188200e9612a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goverlay-git
pkgdesc = A GUI to help manage Vulkan/OpenGL overlays
- pkgver = 0.3.3.r2.gd1bb2f0
+ pkgver = 0.3.5.r7.g53bdeee
pkgrel = 1
url = https://github.com/benjamimgois/goverlay
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index cf8a045d334b..b2463bfe5b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=goverlay-git
-pkgver=0.3.3.r2.gd1bb2f0
+pkgver=0.3.5.r7.g53bdeee
pkgrel=1
pkgdesc="A GUI to help manage Vulkan/OpenGL overlays"
arch=('x86_64')
@@ -25,13 +25,12 @@ pkgver() {
prepare() {
cd "$srcdir/${pkgname%-git}"
- sed -i 's|lazbuild|lazbuild --lazarusdir=/usr/lib/lazarus|g' Makefile
-
make clean
}
build() {
cd "$srcdir/${pkgname%-git}"
+ LAZBUILDOPTS=lazarusdir=/usr/lib/lazarus
make
}