This commit is contained in:
Douglas McFadzean 2016-10-31 09:55:43 +00:00
parent 9f34563d34
commit 6f2ddf3258
2 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
# Mon Oct 31 00:17:12 UTC 2016
# Mon Oct 31 09:55:03 UTC 2016
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
pkgver = 1.10.1
pkgrel = 1
pkgrel = 2
url = http://appstogo.mcfadzean.org.uk/linux.html#runa
arch = any
license = custom:MPL2
@ -13,7 +13,7 @@ pkgbase = runa
optdepends = gxmessage: to view .desktop files
optdepends = perl-file-mimeinfo: to better determine mimetypes
source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-1.10.1.tar.gz
md5sums = 9ff82d151009730d9ff01e24dcd405c8
md5sums = f3cefb04f215baa180e0ffbf59706d69
pkgname = runa

View file

@ -2,7 +2,7 @@
pkgname=runa
pkgver=1.10.1
pkgrel=1
pkgrel=2
pkgdesc="Fast and light desktop application launcher"
arch=('any')
url="http://appstogo.mcfadzean.org.uk/linux.html#runa"
@ -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=('9ff82d151009730d9ff01e24dcd405c8')
md5sums=('f3cefb04f215baa180e0ffbf59706d69')
package() {
cd "$srcdir/${pkgname}-$pkgver"