summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristen McWilliam2020-06-26 18:28:42 -0400
committerKristen McWilliam2020-06-26 18:28:42 -0400
commit98c7c019a07d7e45fafcd0ac35b39b3d36b7b7c3 (patch)
tree4c06c00693992088970e5db77c87e7876f81677e
parent40537a2d73d7929873c26ef4ac8008fc1e8d36cc (diff)
downloadaur-98c7c019a07d7e45fafcd0ac35b39b3d36b7b7c3.tar.gz
fix build location
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92d32fa3532..0d6b9dbac8f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nyrna
pkgdesc = Simple program to pause games & applications
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Merrit/nyrna
arch = x86_64
license = GPL3 or any later version
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}"