diff --git a/packages/arch/KShare/PKGBUILD b/packages/arch/KShare/PKGBUILD index 5837045..6bd3bf8 100644 --- a/packages/arch/KShare/PKGBUILD +++ b/packages/arch/KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare-git -pkgver=v4.1.r196.gc38161b +pkgver=v5.0.1+dev pkgrel=1 pkgdesc="The free and open source and cross platform screen sharing software." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ sha1sums=('SKIP') pkgver() { cd KShare - echo "v4.1.r196.gc38161b" + echo "v5.0.1+dev" } prepare() { diff --git a/packages/arch/Stable-KShare/PKGBUILD b/packages/arch/Stable-KShare/PKGBUILD index 518da34..1cf6aae 100644 --- a/packages/arch/Stable-KShare/PKGBUILD +++ b/packages/arch/Stable-KShare/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Gurkengewuerz pkgname=kshare -pkgver=v5.0.0 +pkgver=v5.0.1 pkgrel=1 conflicts=("kshare-git") pkgdesc="The free and open source and cross platform screen sharing software." diff --git a/src/main.cpp b/src/main.cpp index ceeb67f..0b99c6a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -74,7 +74,7 @@ int main(int argc, char *argv[]) { a.setQuitOnLastWindowClosed(false); a.setApplicationName("KShare"); a.setOrganizationName("ArsenArsen"); - a.setApplicationVersion("5.0.0"); + a.setApplicationVersion("5.0.1"); QString locale = QLocale::system().name(); if (locale != "en_US") loadTranslation(locale);