diff options
author | Douglas McFadzean | 2017-11-20 09:25:19 +0000 |
---|---|---|
committer | Douglas McFadzean | 2017-11-20 09:25:19 +0000 |
commit | 473e900153c8747bbbb9260c37fb1adacb12a73a (patch) | |
tree | 47b77ad07b0dc70cd71d2415fcf393136e2e1e19 /PKGBUILD | |
parent | 8b2a3d8b1bae159d4d5bdf40e979a15732e13128 (diff) | |
download | aur-473e900153c8747bbbb9260c37fb1adacb12a73a.tar.gz |
5.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Maintainer: ninian <mcfadzean.org.uk ta linux> pkgname=runa -pkgver=5.6.0 +pkgver=5.6.1 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=('7262c701c722f62ee878fa94e289ac68') +md5sums=('8f3f930fc150b08888f44a7928c2c02d') package() { cd "$srcdir/${pkgname}-$pkgver" @@ -27,7 +27,7 @@ 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: This version has changed the -M and -P commandline options" +# msg "IMPORTANT: This version has changed the -M and -P commandline options" # msg "IMPORTANT:" # msg "This version changes the configuration file format; recreate and merge with old configuration as required" # msg "Refresh the applications cache using -C option after installing this version" |