summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOlivier Brunel2018-06-04 19:43:07 +0200
committerOlivier Brunel2018-06-04 19:44:34 +0200
commit5ae3ea40c8ffa88809d46e2785d640fdd5b9fde2 (patch)
tree8fc4624d003c1657c73b19d8e677c38f3806009b /PKGBUILD
parent5968802ffc2a06b905b51ab52739b7c4904430ae (diff)
downloadaur-kalu-git.tar.gz
kalu-git: upgrade for 4.3.0
Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 22ebd623972c..96a22d812d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: jjacky
_pkgname=kalu
pkgname=$_pkgname-git
-pkgver=4.1.0
+pkgver=4.3.0
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news [GIT]"
arch=('i686' 'x86_64')
-url="http://jjacky.com/$_pkgname"
+url="https://jjacky.com/$_pkgname"
license=('GPL3+')
-depends=('dbus' 'polkit' 'gtk3' 'pacman>=5.0' 'pacman<5.1' 'curl' 'libnotify'
+depends=('dbus' 'polkit' 'gtk3' 'pacman>=5.1' 'pacman<5.2' 'curl' 'libnotify'
'notification-daemon')
makedepends=('perl' 'groff' 'git' 'autoconf')
source=("git+https://github.com/jjk-jacky/${_pkgname}.git#branch=next")