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 90518134b6a2..2a227ce1b347 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nyrna
pkgdesc = Simple program to pause games & applications
pkgver = 1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Merrit/nyrna
arch = x86_64
license = GPL3 or any later version
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}"