summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b022dcc36b6..7515dfce004f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = journal-notify
pkgdesc = Notify about journal log entries
pkgver = 0.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eworm-de/journal-notify
arch = i686
arch = x86_64
license = GPL
- makedepends = markdown
+ makedepends = discount
depends = libnotify
depends = systemd
optdepends = gnome-icon-theme: icons in notifications
@@ -17,4 +17,3 @@ pkgbase = journal-notify
sha256sums = SKIP
pkgname = journal-notify
-
diff --git a/PKGBUILD b/PKGBUILD
index 5b085bdf1429..57a3d40a1d0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=journal-notify
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Notify about journal log entries'
arch=('i686' 'x86_64')
url='https://github.com/eworm-de/journal-notify'
depends=('libnotify' 'systemd')
optdepends=('gnome-icon-theme: icons in notifications')
-makedepends=('markdown')
+makedepends=('discount')
license=('GPL')
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
source=("https://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})