summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
-rw-r--r--hamradio-menus.install11
3 files changed, 6 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aef163a8cc5..d3857ddd850a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = hamradio-menus
pkgdesc = Ham radio (specific) XDG-compliant menu
pkgver = 1.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.archlinux.org/
- install = hamradio-menus.install
arch = any
- license = GPL
- depends = desktop-file-utils
+ license = GPL-2.0-or-later
source = hamradio.png
source = HamRadio.directory
source = hamradio.menu
@@ -18,4 +16,3 @@ pkgbase = hamradio-menus
sha256sums = d9a8c97b934e19e0c3a7be03664eb892390dc5f978180f7b924a30a481ec66e2
pkgname = hamradio-menus
-
diff --git a/PKGBUILD b/PKGBUILD
index 6281090aebc9..166dde29c77f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=hamradio-menus
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Ham radio (specific) XDG-compliant menu"
arch=('any')
url="http://www.archlinux.org/"
-license=(GPL)
-depends=('desktop-file-utils')
-install=$pkgname.install
+license=('GPL-2.0-or-later')
+#depends=('desktop-file-utils')
+#install=$pkgname.install
source=(hamradio.png
HamRadio.directory
hamradio.menu)
diff --git a/hamradio-menus.install b/hamradio-menus.install
deleted file mode 100644
index 2eaa60550d51..000000000000
--- a/hamradio-menus.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}