summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-08-20 23:42:08 +0100
committerDouglas McFadzean2017-08-20 23:42:08 +0100
commit624a9a839dbf59c2b33fc433e502daccf99e4288 (patch)
tree998ae1ddfb25dfe05b9796bf24cbe1694cfa0f76
parent06ee038b24501514c36ca1c819c3ddb2591a4ed6 (diff)
downloadaur-624a9a839dbf59c2b33fc433e502daccf99e4288.tar.gz
2.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d663228b2bd..cfcd28230496 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Aug 18 15:04:56 UTC 2017
+# Sun Aug 20 22:41:29 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
- pkgver = 2.2.0
+ pkgver = 2.3.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.2.0.tar.gz
- md5sums = 65f128bfedadc100988ea04a5f2d99b5
+ source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-2.3.0.tar.gz
+ md5sums = cf87a7cd286e7395524bbb95c8dea8fc
pkgname = runa
diff --git a/PKGBUILD b/PKGBUILD
index 04c2f711b168..1b754b3927cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=2.2.0
+pkgver=2.3.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=('65f128bfedadc100988ea04a5f2d99b5')
+md5sums=('cf87a7cd286e7395524bbb95c8dea8fc')
package() {
cd "$srcdir/${pkgname}-$pkgver"
@@ -27,4 +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"
}