This commit is contained in:
Douglas McFadzean 2017-10-06 22:12:18 +01:00
parent cb23dae605
commit 95abd839c3
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Thu Oct 5 15:41:15 UTC 2017
# Fri Oct 6 21:11:48 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
pkgver = 5.2.0
pkgver = 5.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-5.2.0.tar.gz
md5sums = 220a345bcd68fcd5c087e2d65387e126
source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-5.3.0.tar.gz
md5sums = c1c34ba12bd8f35cfc6c2c5d12d03881
pkgname = runa

View file

@ -1,7 +1,7 @@
# Maintainer: ninian <mcfadzean.org.uk ta linux>
pkgname=runa
pkgver=5.2.0
pkgver=5.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=('220a345bcd68fcd5c087e2d65387e126')
md5sums=('c1c34ba12bd8f35cfc6c2c5d12d03881')
package() {
cd "$srcdir/${pkgname}-$pkgver"