summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-09-10 21:30:44 +0100
committerDouglas McFadzean2017-09-10 21:30:44 +0100
commitcbe7494c0a29a41fe267d0f2a5f97707c4d57a9f (patch)
treedcc8c5f12b0f186ada2f7aa2b2123300b995372b
parentf51d45781307051bfc1ee1f8e3d4132870e66199 (diff)
downloadaur-cbe7494c0a29a41fe267d0f2a5f97707c4d57a9f.tar.gz
4.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 052dd554e813..ec6a77a843cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 8 15:37:01 UTC 2017
+# Sun Sep 10 20:30:12 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 3.4.0
+ pkgver = 4.0.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-3.4.0.tar.gz
- md5sums = ee815028a6c8e080f26fd8135291993d
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-4.0.0.tar.gz
+ md5sums = 9d929af041e410048396ed318847e8d4
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index 2951c871e2e1..7c5aba977428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=3.4.0
+pkgver=4.0.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=('ee815028a6c8e080f26fd8135291993d')
+md5sums=('9d929af041e410048396ed318847e8d4')
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 3; recreate and merge with old configuration as required"
+ msg "IMPORTANT: Configuration file format changed: recreate and merge with old configuration as required"
}