summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-11-22 00:41:01 +0000
committerDouglas McFadzean2017-11-22 00:41:01 +0000
commit57f1f3b5b95721e773bf19fda58fe2ad876407cf (patch)
treeceb48f18cbcb61ccf552ba0de00944cca85360b1
parent473e900153c8747bbbb9260c37fb1adacb12a73a (diff)
downloadaur-57f1f3b5b95721e773bf19fda58fe2ad876407cf.tar.gz
5.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f549681c793..89fc9ade6434 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 20 09:24:47 UTC 2017
+# Wed Nov 22 00:40:37 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 5.6.1
+ pkgver = 5.7.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.6.1.tar.gz
- md5sums = 8f3f930fc150b08888f44a7928c2c02d
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.7.0.tar.gz
+ md5sums = ce96a77dc998fff4780b4a09fc351743
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index f786e47b9891..d24c63f70671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=5.6.1
+pkgver=5.7.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=('8f3f930fc150b08888f44a7928c2c02d')
+md5sums=('ce96a77dc998fff4780b4a09fc351743')
package() {
cd "$srcdir/${pkgname}-$pkgver"
@@ -28,7 +28,7 @@ package() {
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 has changed the -M and -P commandline options"
-# msg "IMPORTANT:"
-# msg "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"
}