summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-09-28 18:03:10 +0100
committerDouglas McFadzean2017-09-28 18:03:10 +0100
commit4dfb66cdb5aafc8d1f7a8904d885a1359ecd163b (patch)
treeb82f52df60a9bd61eaba739b2a1292d057ee52d0
parent5dc1de879ad664762104e41d418dd9ada4b6283c (diff)
downloadaur-4dfb66cdb5aafc8d1f7a8904d885a1359ecd163b.tar.gz
5.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcbef123e702..f4b88012077c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 26 22:37:24 UTC 2017
+# Thu Sep 28 17:02:37 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 5.0.0
+ pkgver = 5.1.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.0.0.tar.gz
- md5sums = 4baa980747a371f39cfdd655722c8b66
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.1.0.tar.gz
+ md5sums = 8ef03abf8f2dda0d189448588d33e50e
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index 785516296996..f4a1b282de37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=5.0.0
+pkgver=5.1.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=('4baa980747a371f39cfdd655722c8b66')
+md5sums=('8ef03abf8f2dda0d189448588d33e50e')
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: recreate and merge with old configuration as required"
+ msg "IMPORTANT: Configuration file format changed with version 5: recreate and merge with old configuration as required"
}