summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorichigo6632016-05-07 11:12:23 +0200
committerichigo6632016-05-07 11:12:23 +0200
commit5933a043c89abe699b8deff4925d1c7b2696418f (patch)
treed82a77562d07cc612dd27e47b8ce8031606e5538
parentb0cdb01e10b4e3150549184e5ed85de5e00676b2 (diff)
downloadaur-5933a043c89abe699b8deff4925d1c7b2696418f.tar.gz
up
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b0b796b2e9d..8a2cc50f507b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kmailapplet-git
pkgdesc = A Mail Applet for the system tray to watch your Maildir box and get notifications whenever there's a new mail.
- pkgver = 1.0.r1.g79e3b1f
+ pkgver = 0.1
pkgrel = 1
url = https://github.com/ichigo663/KMailApplet
arch = any
@@ -12,7 +12,7 @@ pkgbase = kmailapplet-git
depends = gcc-libs
depends = boost-libs
depends = qt5-base
- provides = kmailapplet-git=1.0.r1.g79e3b1f
+ provides = kmailapplet-git
conflicts = kmailapplet-git
source = kmailapplet-git::git+https://github.com/ichigo663/KMailApplet.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 669041a2d1bc..247e5a2cb3e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-# Maintainer: Antonio Cardace <anto.cardace@gmail.com>
+# Maintainer: Antonio Cardace <antonio@cardace.com>
pkgname=kmailapplet-git
-pkgver=1.0.r0.g1a5c90d
+pkgver=0.1
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')
@@ -8,7 +8,7 @@ url="https://github.com/ichigo663/KMailApplet"
license=('GPL3')
depends=('glibc' 'gcc-libs' 'boost-libs' 'qt5-base')
makedepends=('git' 'make' 'qt5-base')
-provides=("$pkgname=$pkgver")
+provides=("$pkgname")
conflicts=("$pkgname")
source=("$pkgname::git+https://github.com/ichigo663/KMailApplet.git")
md5sums=("SKIP")