summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornot_anonymous2017-02-12 18:44:13 -0700
committernot_anonymous2017-02-12 18:44:13 -0700
commita6a0cfaf38ae314f36f535ae54f4af64de8c8352 (patch)
tree14a91551fc1661d7d176dc1c28c643408ab5f0cd
parent63fe8f62b6473dd6f0b94dcdf50123513ae81a05 (diff)
downloadaur-cabanalyst.tar.gz
Updated
-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
-}