summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--cabanalyst.install11
3 files changed, 6 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f6bbbb88788..21e652f88b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cabanalyst
- pkgdesc = Ham radio contesting - Cabrillo log editor
+ pkgdesc = Ham Radio contesting - Cabrillo log editor
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://hamsoftware.org/old_index.html
- install = cabanalyst.install
arch = i686
arch = x86_64
license = GPL3
depends = qt4
+ depends = hamradio-menus
source = http://www.hamsoftware.org/cabanalyst_v1.0.tgz
source = cabanalyst.desktop
source = cabanalyst.png
diff --git a/PKGBUILD b/PKGBUILD
index 2568144a6fb1..c6c59c6a7d79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname=cabanalyst
pkgver=1.0
-pkgrel=1
-pkgdesc="Ham radio contesting - Cabrillo log editor"
+pkgrel=2
+pkgdesc="Ham Radio contesting - Cabrillo log editor"
arch=('i686' 'x86_64')
url="http://hamsoftware.org/old_index.html"
license=('GPL3')
-depends=('qt4')
-install=$pkgname.install
+depends=('qt4' 'hamradio-menus')
source=(http://www.hamsoftware.org/${pkgname}_v$pkgver.tgz
$pkgname.desktop
$pkgname.png)
diff --git a/cabanalyst.install b/cabanalyst.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/cabanalyst.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}