summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2017-04-29 12:12:04 +0100
committerDouglas McFadzean2017-04-29 12:12:04 +0100
commitff71dde05d706d53ee985381f68697ccbc10c118 (patch)
tree7a5d4a3d6cff48670f802747104e7ff6f9564c33
parentd11f24f91ad296512cee7ff18e916074910ea169 (diff)
downloadaur-ff71dde05d706d53ee985381f68697ccbc10c118.tar.gz
2.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--runa.install11
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a8bd09287d3..8910e27df815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 044aaddab740..51a3bbd3e83c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"
diff --git a/runa.install b/runa.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/runa.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}