summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-08-01 12:50:26 +0200
committerEric Engestrom2020-08-01 12:50:26 +0200
commitc21ea854214127fdb6665a759d8846ea4ac29bb1 (patch)
treeaf5cbc7803c56070a16a0cf8ce1486e7bbc6927e
parent180f813b5ed25bcec692fdafd2bc91adcc2372d9 (diff)
downloadaur-c21ea854214127fdb6665a759d8846ea4ac29bb1.tar.gz
version bump for 0.2.0 release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c54da81a9824..34137622ea7f 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.1.0+40.gf3e09fd622
+ pkgver = 0.2.0
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.1.0
+ provides = neatvnc=0.2.0
conflicts = neatvnc
source = https://github.com/any1/neatvnc
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d5a592723ceb..baec6db4b79a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Andri Yngvason <andri@yngvason.is>
pkgname=neatvnc-git
-pkgver=0.1.0+40.gf3e09fd622
+pkgver=0.2.0
pkgrel=1
pkgdesc="VNC server library that's intended to be fast and neat"
arch=(x86_64 i686)