mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 18:32:42 +01:00
5.6.0
This commit is contained in:
parent
0fb15ec056
commit
8b2a3d8b1b
2 changed files with 10 additions and 9 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Mon Oct 23 11:21:09 UTC 2017
|
||||
# Sat Oct 28 10:46:38 UTC 2017
|
||||
pkgbase = runa
|
||||
pkgdesc = Fast and light desktop application launcher
|
||||
pkgver = 5.5.0
|
||||
pkgver = 5.6.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-5.5.0.tar.gz
|
||||
md5sums = abf48b649846b81fbe098b4871510ada
|
||||
source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.6.0.tar.gz
|
||||
md5sums = 7262c701c722f62ee878fa94e289ac68
|
||||
|
||||
pkgname = runa
|
||||
|
||||
|
|
|
|||
11
PKGBUILD
11
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: ninian <mcfadzean.org.uk ta linux>
|
||||
|
||||
pkgname=runa
|
||||
pkgver=5.5.0
|
||||
pkgver=5.6.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=('abf48b649846b81fbe098b4871510ada')
|
||||
md5sums=('7262c701c722f62ee878fa94e289ac68')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/${pkgname}-$pkgver"
|
||||
|
|
@ -27,7 +27,8 @@ 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:"
|
||||
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"
|
||||
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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue