summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax.bra2016-04-28 15:05:03 +0200
committermax.bra2016-04-28 15:05:03 +0200
commit55808dd49b4e05ba4443df8f94a9f1c42f82ce90 (patch)
tree730a37b4ac46538b0e9e8e31badf155b2407567f
parent124cae46ee865b2d2db9fb6e57635e089b777342 (diff)
downloadaur-55808dd49b4e05ba4443df8f94a9f1c42f82ce90.tar.gz
pacman hook update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--arronax.install7
3 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e668cb9fd82d..62da0a0315dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Apr 28 13:05:02 UTC 2016
pkgbase = arronax
pkgdesc = A program to create and modify starters/launchers (technically: .desktop files) for applications and locations (URLs).
pkgver = 0.06
- pkgrel = 2
+ pkgrel = 3
url = http://www.florian-diesch.de/software/arronax/
- install = arronax.install
arch = any
license = GPL3
makedepends = python2-distutils-extra
diff --git a/PKGBUILD b/PKGBUILD
index 7e90b6c0b20b..b09f3a5dbfbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=arronax
pkgver=0.06
-pkgrel=2
+pkgrel=3
pkgdesc='A program to create and modify starters/launchers (technically: .desktop files) for applications and locations (URLs).'
arch=('any')
license=('GPL3')
@@ -10,7 +10,6 @@ url="http://www.florian-diesch.de/software/arronax/"
depends=('python2-gobject' 'desktop-file-utils' 'python2-setuptools' 'python2-xdg')
makedepends=('python2-distutils-extra')
optdepends=('python2-nautilus: Arronax as Nautilus extension')
-install=$pkgname.install
source=(http://www.florian-diesch.de/software/$pkgname/dist/$pkgname-$pkgver.tar.gz)
diff --git a/arronax.install b/arronax.install
deleted file mode 100644
index c718a2445319..000000000000
--- a/arronax.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_remove() {
- post_install $1
-}