summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2019-10-25 13:34:02 +0200
committerChristian Hesse2019-10-25 13:34:02 +0200
commiteab6f8238fd2addc58a2036e7700f4e386e22f83 (patch)
treeb411e80824e24fd8b56790280ebe99973910840f
parent9f5382b02a31286b2255f010baaf433d81a03b1d (diff)
downloadaur-eab6f8238fd2addc58a2036e7700f4e386e22f83.tar.gz
commit journal-notify-git 0.1.1.r12.ga1c0a5e-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db84bb03ef25..e93f73ec04ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = journal-notify-git
pkgdesc = Notify about journal log entries - git checkout
- pkgver = 0.0.8.r7.gd187bd3
+ pkgver = 0.1.1.r12.ga1c0a5e
pkgrel = 1
url = https://github.com/eworm-de/journal-notify
arch = i686
@@ -10,7 +10,7 @@ pkgbase = journal-notify-git
makedepends = markdown
depends = libnotify
depends = systemd
- depends = gnome-icon-theme
+ optdepends = gnome-icon-theme: icons in notifications
provides = journal-notify
conflicts = journal-notify
source = git://github.com/eworm-de/journal-notify.git
diff --git a/PKGBUILD b/PKGBUILD
index 3a88862e8690..3372eca467c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=journal-notify-git
-pkgver=0.0.8.r7.gd187bd3
+pkgver=0.1.1.r12.ga1c0a5e
pkgrel=1
-pkgdesc="Notify about journal log entries - git checkout"
+pkgdesc='Notify about journal log entries - git checkout'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/journal-notify'
-depends=('libnotify' 'systemd' 'gnome-icon-theme')
+depends=('libnotify' 'systemd')
+optdepends=('gnome-icon-theme: icons in notifications')
makedepends=('git' 'markdown')
provides=('journal-notify')
conflicts=('journal-notify')