summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristen McWilliam2020-07-15 17:18:08 -0400
committerKristen McWilliam2020-07-15 17:18:08 -0400
commit4a8656a23c6bc8d994f4cde87b46a5859008b6ce (patch)
tree842051147f6dc3dd72c3605bee9aca1c7d9df640 /PKGBUILD
parent4dd1163634f645aae2e306b95c74879c5b732827 (diff)
downloadaur-4a8656a23c6bc8d994f4cde87b46a5859008b6ce.tar.gz
Fix for new folder location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ffccf3db2d2..9e7f83aa2c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kristen McWilliam <merritt_public at outlook dot com>
pkgname=nyrna
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Simple program to pause games & applications'
arch=('x86_64')
url="https://github.com/Merrit/nyrna"
@@ -16,7 +16,7 @@ prepare(){
}
build() {
- cd "$pkgname-$pkgver/nyrna"
+ cd "$pkgname-$pkgver"
export CGO_CPPFLAGS="${CPPFLAGS}"
export CGO_CFLAGS="${CFLAGS}"
export CGO_CXXFLAGS="${CXXFLAGS}"