This commit is contained in:
Douglas McFadzean 2016-08-10 23:53:38 +01:00
parent 6f6afb778f
commit 1cf9d04fec
2 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Mon Jul 4 15:44:06 UTC 2016
# Wed Aug 10 22:52:42 UTC 2016
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
pkgver = 1.5.0
pkgver = 1.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-1.5.0.tar.gz
md5sums = fbab7e5eb00ef2f37f53763812f9313e
source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-1.6.0.tar.gz
md5sums = aabbe6011f949aa17abf1411404dbc50
pkgname = runa

View file

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