summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndri Yngvason2020-02-22 00:35:54 +0000
committerAndri Yngvason2020-02-22 00:35:54 +0000
commit5c15c41119bdbc35162fe65f184f87ca9c344b6a (patch)
tree525bcbf22fb46a051d1f90e71a7ed049c82e9576
parent269d1a5f7c460ce4d536becd7e1f1a6d07cb94bf (diff)
downloadaur-5c15c41119bdbc35162fe65f184f87ca9c344b6a.tar.gz
Use correct prefix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fe432f75797..ba3a29bec2b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neatvnc
pkgdesc = Fast and neat VNC server library
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/any1/neatvnc
arch = x86_64
license = custom:ISC
diff --git a/PKGBUILD b/PKGBUILD
index e47992d387ed..60bd4841c95a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=neatvnc
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Fast and neat VNC server library'
arch=(x86_64)
url=https://github.com/any1/neatvnc
@@ -14,7 +14,7 @@ sha512sums=('SKIP')
build() {
cd $pkgname-$pkgver
- meson build --buildtype=release -Dtls=enabled
+ arch-meson build -Dtls=enabled
ninja -C build
}