summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristen McWilliam2020-06-26 18:28:42 -0400
committerKristen McWilliam2020-06-26 18:28:42 -0400
commit98c7c019a07d7e45fafcd0ac35b39b3d36b7b7c3 (patch)
tree4c06c00693992088970e5db77c87e7876f81677e /PKGBUILD
parent40537a2d73d7929873c26ef4ac8008fc1e8d36cc (diff)
downloadaur-98c7c019a07d7e45fafcd0ac35b39b3d36b7b7c3.tar.gz
fix build location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ae587989a80..0680fd17b060 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kristen McWilliam <merritt_public at outlook dot com>
pkgname=nyrna
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Simple program to pause games & applications'
arch=('x86_64')
url="https://github.com/Merrit/nyrna"
@@ -18,7 +18,7 @@ prepare(){
}
build() {
- cd "$pkgname-$pkgver"
+ cd "$pkgname-$pkgver/build"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"