summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-08-25 12:01:54 +0100
committerDouglas McFadzean2017-08-25 12:01:54 +0100
commit9ace206629a0c7ef7e5a61b6c2aeb9eaa8dcd0e9 (patch)
treedac1bab3f3f85d19a20c8a60f4d5f4a5a506f42d
parent6c9aca5abac8b144261bc0a0100234aaca51b0d0 (diff)
downloadaur-9ace206629a0c7ef7e5a61b6c2aeb9eaa8dcd0e9.tar.gz
2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03cfd0c09de2..d6b593c0ce9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 11:11:43 UTC 2017
+# Fri Aug 25 11:01:15 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 2.4.0
+ pkgver = 2.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-2.4.0.tar.gz
- md5sums = a8780e5825de736a542213eb8d90bd60
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-2.5.0.tar.gz
+ md5sums = 32c96fde496daa312955ce3dd803b50e
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index 31c150df646b..3b747a14a228 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=2.4.0
+pkgver=2.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=('a8780e5825de736a542213eb8d90bd60')
+md5sums=('32c96fde496daa312955ce3dd803b50e')
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: v2.3.0 and v2.2.0 configuration files are INCOMPATIBLE; recreate and merge as required"
+ msg "IMPORTANT: v2.2.0 configuration file is INCOMPATIBLE with later versions; recreate and merge as required"
}