This commit is contained in:
Douglas McFadzean 2017-04-29 12:12:04 +01:00
parent d11f24f91a
commit ff71dde05d
3 changed files with 6 additions and 17 deletions

View file

@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
# Mon Jan 30 19:54:40 UTC 2017
# Sat Apr 29 11:10:09 UTC 2017
pkgbase = runa
pkgdesc = Fast and light desktop application launcher
pkgver = 2.1.1
pkgver = 2.1.2
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-2.1.1.tar.gz
md5sums = 0a3be32e731db10252b3b352be9ee180
source = http://appstogo.mcfadzean.org.uk/dl/runa/runa-2.1.2.tar.gz
md5sums = ead55582995fdbe14cbb85737da458e5
pkgname = runa

View file

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

View file

@ -1,11 +0,0 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}