summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7c145514484..7998d4ce2f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: BlackEagle <ike.devolder@gmail.com>
pkgname='nitroshare'
-pkgver='0.3.3'
-pkgrel=3
+pkgver='0.3.4'
+pkgrel=1
pkgdesc='Network File Transfer Application'
url='https://nitroshare.net'
arch=('i686' 'x86_64')
@@ -14,11 +14,12 @@ depends=('qt5-base' 'qt5-tools' 'qt5-svg')
optdepends=(
'libappindicator-gtk2: export a menu into the Unity Menu bar'
'qhttpengine: allow local applications access'
+ 'qmdnsengine: enable mDNS discovery'
)
source=(
"$pkgname-$pkgver.tar.gz::https://github.com/nitroshare/nitroshare-desktop/archive/$pkgver.tar.gz"
)
-sha256sums=('98a2a3faa53cad34e09777507ddf254f804f680a74d9aa4d33b445047796d02c')
+sha256sums=('29874e5909c29211a3c9e13f8c0f49b901ec2996e5d60d80af80d2fb80c3d7ec')
build() {
cd "$pkgname-desktop-$pkgver"