summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Cardace2016-10-28 20:43:22 +0200
committerAntonio Cardace2016-10-28 20:43:22 +0200
commit010245ebf3f87bf14040993bb07188db4c7b6f32 (patch)
tree16aab5ca4e1aaf2d451dea8529d4aed5683aa4aa
parent5933a043c89abe699b8deff4925d1c7b2696418f (diff)
downloadaur-010245ebf3f87bf14040993bb07188db4c7b6f32.tar.gz
up
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a2cc50f507b..527ea75d055a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,10 @@ pkgbase = kmailapplet-git
arch = any
license = GPL3
makedepends = git
+ makedepends = gcc
makedepends = make
makedepends = qt5-base
+ makedepends = boost
depends = glibc
depends = gcc-libs
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index 247e5a2cb3e2..b7ba8a0ee82b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Antonio Cardace <antonio@cardace.com>
pkgname=kmailapplet-git
-pkgver=0.1
+pkgver=1.0.r3.g585f253
pkgrel=1
pkgdesc="A Mail Applet for the system tray to watch your Maildir box and get notifications whenever there's a new mail."
arch=('any')
url="https://github.com/ichigo663/KMailApplet"
license=('GPL3')
depends=('glibc' 'gcc-libs' 'boost-libs' 'qt5-base')
-makedepends=('git' 'make' 'qt5-base')
+makedepends=('git' 'gcc' 'make' 'qt5-base' 'boost')
provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname::git+https://github.com/ichigo663/KMailApplet.git")