summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2017-02-14 12:42:32 -0700
committernot_anonymous2017-02-14 12:42:32 -0700
commita571cd6d010d4cebec11bc2c7937df1faa570b30 (patch)
tree37652064bd3f6281ec1fd3a6d6a4664d66eb5838
parent2377c249b210865a8054e4cc1d836d55817a341f (diff)
downloadaur-marote.tar.gz
Updated
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
-rw-r--r--marote.install11
3 files changed, 4 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29bff76c1540..334a2ae42840 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = marote
pkgdesc = Rig conrol program for Elecraft K2 Transceiver
pkgver = 3.1
- pkgrel = 2
+ pkgrel = 3
url = http://hamsoftware.org/old_index.html
- install = marote.install
arch = i686
arch = x86_64
license = GPL
depends = qt3
- depends = desktop-file-utils
+ depends = hamradio-menus
optdepends = xlog: logbook
source = http://www.hamsoftware.org/marote-3.1.tgz
source = marote.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 049d5cb39b3f..ef839329a000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=marote
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Rig conrol program for Elecraft K2 Transceiver"
arch=('i686' 'x86_64')
url="http://hamsoftware.org/old_index.html"
license=('GPL')
-depends=('qt3' 'desktop-file-utils')
+depends=('qt3' 'hamradio-menus')
optdepends=('xlog: logbook')
-install=$pkgname.install
source=(http://www.hamsoftware.org/$pkgname-$pkgver.tgz
$pkgname.desktop
$pkgname.png)
diff --git a/marote.install b/marote.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/marote.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}