summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Eigensatz2016-08-28 16:19:35 +0200
committerPatrick Eigensatz2016-08-28 16:20:12 +0200
commit6e243c333832c3d3fa6c51e63171c23454465848 (patch)
tree98a778f594ee4a5e63363ebf28b0f61c57497964 /PKGBUILD
parentc5ce3bdf7421b16a83febb3ba8cdaf9189e64e42 (diff)
downloadaur-6e243c333832c3d3fa6c51e63171c23454465848.tar.gz
Updated package to v0.21
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d93c43bb1626..70f674222638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Eigensatz <patrick.eigensatz@gmail.com>
pkgname=qjournalctl
-pkgver=0.2
+pkgver=0.21
pkgrel=1
pkgdesc="Qt-based graphical user interface for systemd's journalctl command"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/pentix/$pkgname/"
license=('GPL')
depends=('qt5-base')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('ba29cbde9df05538fc4c81f649e40d3754a3d852ab6c064b78898d0f5cafaa7a')
+sha256sums=('9bedd564aa3ae6e3197ec68d61e087c471714a0ab5840467b084d7a4de900fb5')
build() {
cd "$pkgname-$pkgver"