summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQuentin Bourgeois2017-09-22 22:40:13 +0000
committerQuentin Bourgeois2017-09-22 22:40:13 +0000
commit59a3ed6ad3ad90118b140b95a35af0dc0e1a12ac (patch)
tree96ff8474fd342d71e18d331d4cdfbc9b05a017be /PKGBUILD
parentcd0cedeaed64523be8afc9b25ef4a1275e78a3d6 (diff)
downloadaur-59a3ed6ad3ad90118b140b95a35af0dc0e1a12ac.tar.gz
upgpkg: moolticute 0.9.8-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1938fedf4433..5b570c2a1913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Quentin Bourgeois <quentin+archlinux@bourgeois.eu>
pkgname=moolticute
-pkgver=0.8.0
+pkgver=0.9.8
pkgrel=1
pkgdesc="Easy companion for Mooltipass device"
arch=('x86_64' 'i686')
@@ -11,11 +11,13 @@ license=('GPL3')
depends=('libusb'
'mooltipass-udev'
'qt5-base'
- 'qt5-websockets')
-makedepends=('make')
+ 'qt5-websockets'
+ 'hicolor-icon-theme')
+makedepends=('make'
+ 'qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}-beta.tar.gz")
-sha256sums=('84919d51e1859ad6fc328b8656ba04db415db745d387fb06621cc520ff494546')
+sha256sums=('6d1524d104579c03901e1727c7eed3511fe74ce4dc538d846e69d28652129ddb')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}-beta"