summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjjacky2012-09-20 17:59:16 +0200
committerOlivier Brunel2015-06-08 18:54:23 +0200
commit4de78952dc78e28f63fc72607247ef5e2dcc9b38 (patch)
treee39018ce166183c7674d703666b1e974d1e5d69f /PKGBUILD
parentb9d6d26227b87cc2831a3a168f84752f17d62948 (diff)
downloadaur-4de78952dc78e28f63fc72607247ef5e2dcc9b38.tar.gz
kalu: Remove xdg-utils from dependencies
xdg-open is still used by default (to open links in news), but an option allows to specify which command line to use, so there no dependency, not even optionnal. Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5859184341a4..68ce5ef7a918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: jjacky
pkgname=kalu
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
url="https://github.com/jjk-jacky/kalu"
license=('GPL3+')
-depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify' 'notification-daemon' 'xdg-utils')
+depends=('dbus' 'polkit' 'gtk3' 'pacman>=4.0.1' 'pacman<4.1' 'curl' 'libnotify' 'notification-daemon')
source=(https://github.com/downloads/jjk-jacky/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('2636827d3d1be6410382ca7be5119bca')