summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-11-08 15:13:48 +0100
committerEric Engestrom2020-11-08 15:13:57 +0100
commitb6771f054568b1675c834ed0c81ca133a7401789 (patch)
treec2d2f0b5cd7743991d6cfe66841bb045d09712d6
parentc21ea854214127fdb6665a759d8846ea4ac29bb1 (diff)
downloadaur-b6771f054568b1675c834ed0c81ca133a7401789.tar.gz
version bump for 0.3.2
Some people have been trying to update `wayvnc-git` without updating `neatvnc-git`, which obviously doesn't work; let's force everyone to update `neatvnc-git` to prevent them from doing that.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34137622ea7f..3beb49a6e1b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = neatvnc-git
pkgdesc = VNC server library that's intended to be fast and neat
- pkgver = 0.2.0
+ pkgver = 0.3.2
pkgrel = 1
url = https://github.com/any1/neatvnc
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = neatvnc-git
depends = pixman
depends = aml-git
optdepends = libjpeg-turbo
- provides = neatvnc=0.2.0
+ provides = neatvnc=0.3.2
conflicts = neatvnc
source = https://github.com/any1/neatvnc
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index baec6db4b79a..2ff672d819d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andri Yngvason <andri@yngvason.is>
pkgname=neatvnc-git
-pkgver=0.2.0
+pkgver=0.3.2
pkgrel=1
pkgdesc="VNC server library that's intended to be fast and neat"
arch=(x86_64 i686)