summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDouglas McFadzean2017-08-28 19:43:50 +0100
committerDouglas McFadzean2017-08-28 19:43:50 +0100
commit8e047d6622773302985d998524c46af0eee174b4 (patch)
treefd7bdd5e9c29aedc9447b8f8ae33d489ecddb5e7 /PKGBUILD
parent9ace206629a0c7ef7e5a61b6c2aeb9eaa8dcd0e9 (diff)
downloadaur-8e047d6622773302985d998524c46af0eee174b4.tar.gz
3.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b747a14a228..bbc9da975b46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
-pkgver=2.5.0
+pkgver=3.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=('32c96fde496daa312955ce3dd803b50e')
+md5sums=('f4877c71ed4eda5c31093985da2f8aba')
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.2.0 configuration file is INCOMPATIBLE with later versions; recreate and merge as required"
+ msg "IMPORTANT: Configuration file format changed with version 3; recreate and merge with old configuration as required"
}