summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-10-23 12:21:47 +0100
committerDouglas McFadzean2017-10-23 12:21:47 +0100
commit0fb15ec0564855872260d33b164baa20d69bb465 (patch)
treec9dbf46eb6a779db06081b105cdef365874d8f3d
parent6d40a55a0ec99df59a32e6cc794cba5419cae892 (diff)
downloadaur-0fb15ec0564855872260d33b164baa20d69bb465.tar.gz
5.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5a50e2d0349..6cfdd40cd115 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 18 17:29:10 UTC 2017
+# Mon Oct 23 11:21:09 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 5.4.0
+ pkgver = 5.5.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.4.0.tar.gz
- md5sums = 1191ccfd8ecb5b821eb5713e18fe2208
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.5.0.tar.gz
+ md5sums = abf48b649846b81fbe098b4871510ada
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index 1fe92e49e812..e20cd1cc63a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=5.4.0
+pkgver=5.5.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=('1191ccfd8ecb5b821eb5713e18fe2208')
+md5sums=('abf48b649846b81fbe098b4871510ada')
package() {
cd "$srcdir/${pkgname}-$pkgver"
@@ -27,5 +27,7 @@ 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: This version changes the configuration file format; recreate and merge with old configuration as required"
+ msg "IMPORTANT:"
+ msg "This version changes the configuration file format; recreate and merge with old configuration as required"
+ msg "Refresh the applications cache using -C option after installing this version"
}