summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b33117244be..57a3d40a1d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=journal-notify
-pkgver=0.1.0
-pkgrel=1
+pkgver=0.1.2
+pkgrel=2
pkgdesc='Notify about journal log entries'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/journal-notify'
-depends=('libnotify' 'systemd' 'gnome-icon-theme')
-makedepends=('markdown')
+depends=('libnotify' 'systemd')
+optdepends=('gnome-icon-theme: icons in notifications')
+makedepends=('discount')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
-source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('797386ea71f44e3709420fd5241499570c021a966e947146bbbe7f0d95440914'
+source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('bc780e0388472b5fc650cbf9911f02adf025f1b05aa20cac2fb02ef4c5fe3566'
'SKIP')
build() {