From 6d40a55a0ec99df59a32e6cc794cba5419cae892 Mon Sep 17 00:00:00 2001 From: Douglas McFadzean Date: Wed, 18 Oct 2017 18:30:31 +0100 Subject: [PATCH] 5.4.0 --- .SRCINFO | 8 ++++---- PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4df6ca6101de..c5a50e2d0349 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Oct 16 16:22:18 UTC 2017 +# Wed Oct 18 17:29:10 UTC 2017 pkgbase = runa pkgdesc = Fast and light desktop application launcher - pkgver = 5.3.1 + pkgver = 5.4.0 pkgrel = 1 url = http://appstogo.mcfadzean.org.uk/linux.html#runa arch = any @@ -12,8 +12,8 @@ pkgbase = runa depends = libnotify optdepends = gxmessage: to view .desktop files optdepends = perl-file-mimeinfo: to better determine mimetypes - source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.3.1.tar.gz - md5sums = 6bb00c82dc27219b958a94c077a3039f + source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.4.0.tar.gz + md5sums = 1191ccfd8ecb5b821eb5713e18fe2208 pkgname = runa diff --git a/PKGBUILD b/PKGBUILD index 75dfb42050f7..1fe92e49e812 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: ninian pkgname=runa -pkgver=5.3.1 +pkgver=5.4.0 pkgrel=1 pkgdesc="Fast and light desktop application launcher" arch=('any') @@ -10,7 +10,7 @@ license=('custom:MPL2') depends=('bash' 'dmenu' 'libnotify') optdepends=('gxmessage: to view .desktop files' 'perl-file-mimeinfo: to better determine mimetypes') source=("http://appstogo.mcfadzean.org.uk/dl/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('6bb00c82dc27219b958a94c077a3039f') +md5sums=('1191ccfd8ecb5b821eb5713e18fe2208') package() { cd "$srcdir/${pkgname}-$pkgver" @@ -27,5 +27,5 @@ package() { install -Dm755 xdg-open "$pkgdir/usr/share/doc/${pkgname}/xdg-open" msg "Configuration and favourites files will be created the first time Runa is executed" msg "See 'man ${pkgname}' and /usr/share/doc/${pkgname}/README for more information" - msg "IMPORTANT: Configuration file format changed with version 5: recreate and merge with old configuration as required" + msg "IMPORTANT: This version changes the configuration file format; recreate and merge with old configuration as required" }