summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2021-11-16 22:43:46 +0100
committerJose Riha2021-11-16 22:43:46 +0100
commit75f4402d68c5cc65e6e35173465cddaf75d60092 (patch)
tree6bb0049e3805abf263293407a021084cfdb7e220
parent8a85b226fe1790fa89632695146ddcbce97ed9ac (diff)
downloadaur-75f4402d68c5cc65e6e35173465cddaf75d60092.tar.gz
Add Gnome category
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75a5fafdbf4b..bb465714afec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lessmsi
pkgdesc = An utility to view and extract the contents of an MSI file
pkgver = 1.6.91
- pkgrel = 1
+ pkgrel = 2
url = http://lessmsi.activescott.com
arch = i686
arch = x86_64
@@ -16,4 +16,3 @@ pkgbase = lessmsi
sha1sums = 82e589e14fda5c2cb4d83844b4d8ea0e2915db1a
pkgname = lessmsi
-
diff --git a/PKGBUILD b/PKGBUILD
index c27a3f847c82..8234f8cd9f20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lessmsi
pkgver=1.6.91
-pkgrel=1
+pkgrel=2
pkgdesc='An utility to view and extract the contents of an MSI file'
arch=('i686' 'x86_64')
url='http://lessmsi.activescott.com'
@@ -17,7 +17,7 @@ sha1sums=('ba24332cfc8bb3d1eff54fb1b153e89c3a88576b'
prepare() {
cd $srcdir
- gendesk -f -n --pkgname "$pkgname" --exec "lessmsi-gui" --pkgdesc "$pkgdesc" --categories 'Utility'
+ gendesk -f -n --pkgname "$pkgname" --exec "lessmsi-gui" --pkgdesc "$pkgdesc" --categories 'Utility;FileTools'
}
build() {