diff options
author | Douglas McFadzean | 2017-12-03 16:29:36 +0000 |
---|---|---|
committer | Douglas McFadzean | 2017-12-03 16:29:36 +0000 |
commit | 5762366307bd2d22420b0f385db2821c17526456 (patch) | |
tree | 56eb26e2fb0ec53c1a3f9451e53085cf6c78983a /PKGBUILD | |
parent | 57f1f3b5b95721e773bf19fda58fe2ad876407cf (diff) | |
download | aur-5762366307bd2d22420b0f385db2821c17526456.tar.gz |
5.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Maintainer: ninian <mcfadzean.org.uk ta linux> pkgname=runa -pkgver=5.7.0 +pkgver=5.7.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=('ce96a77dc998fff4780b4a09fc351743') +md5sums=('04010f10ae13753ed4887a775726c365') package() { cd "$srcdir/${pkgname}-$pkgver" @@ -28,7 +28,7 @@ package() { 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:" - msg "This version changes the configuration file format; recreate and merge with old configuration as required" +# 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" } |