summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSid Karunaratne2016-07-14 10:46:12 +0300
committerSid Karunaratne2016-07-14 10:47:43 +0300
commita1a7d4b16f97a28e8cf8d7ed93fdeb4de75b72ff (patch)
tree5ef2baee95433137d955e586d2ba558ac7923bc2 /PKGBUILD
parentda1e4fa0c275de146cb1e56312549fe2f072fefc (diff)
downloadaur-a1a7d4b16f97a28e8cf8d7ed93fdeb4de75b72ff.tar.gz
Bump to 0.3.3
Changed upstream url to use https Added qhttpengine as optdep Update provided by Nathan Osman
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec70213a90ba..da252c07e2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: Nathan Osman <nathan at quickmediasolutions dot com>
pkgname='nitroshare'
-pkgver='0.3.1'
+pkgver='0.3.3'
_pkgseries='0.3'
pkgrel=1
pkgdesc='Network File Transfer Application'
-url='http://nitroshare.net'
+url='https://nitroshare.net'
arch=('i686' 'x86_64')
license=('MIT')
-depends=('qt5-base' 'cmake')
+depends=('qt5-base' 'qt5-tools' 'cmake')
source=("https://launchpad.net/${pkgname}/${_pkgseries}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" "nitroshare.install")
-sha256sums=('bb7cd39ff73a62500df35415b5fe314676972f684188ea23bb6caa24dee64e31'
+sha256sums=('fa9385f9fd829bd4f91f2b3507676a94ec7bf107cfd085985ecee33fb6c88d4f'
'c17bbd0717b92814eedbc273de2a43ac63286fdea7667ee9534e006bdbc0f1dc')
-optdepends=('libappindicator-gtk2: export a menu into the Unity Menu bar')
+optdepends=('libappindicator-gtk2: export a menu into the Unity Menu bar' 'qhttpengine: allow local applications access')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"