summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"