summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62e2931139cf..3b33117244be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=journal-notify
-pkgver=0.0.8
-pkgrel=2
+pkgver=0.1.0
+pkgrel=1
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')
license=('GPL')
-source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183')
+source=("http://www.eworm.de/download/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('797386ea71f44e3709420fd5241499570c021a966e947146bbbe7f0d95440914'
+ 'SKIP')
build() {
cd ${pkgname}-${pkgver}/
@@ -24,5 +26,3 @@ package() {
make DESTDIR="${pkgdir}" install
}
-sha256sums=('a03cb460921ee6530929406c50e823ee6fab703b663433d038e91195d627f927'
- 'SKIP')