summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-04-08 12:31:02 -0600
committerMark Wagie2023-04-08 12:31:02 -0600
commita37fa5d82a68a90fd13e1b555436e7344b8e7a0c (patch)
treef7d9107e0b010d9d1919b8859adbab7d315bcdd2 /PKGBUILD
parent7b0e2d126400a8bc34ceae2abdd422e2b4bd6e30 (diff)
downloadaur-a37fa5d82a68a90fd13e1b555436e7344b8e7a0c.tar.gz
correct metainfo.xml install location, remove unneeded dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48e52c304435..95036d46ac9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=hotshots-git
pkgver=r19.e3712ae
-pkgrel=2
+pkgrel=3
pkgdesc="Screenshot and annotation software"
arch=('x86_64')
url="https://github.com/obiwankennedy/HotShots"
@@ -32,5 +32,5 @@ package() {
make INSTALL_ROOT="$pkgdir" install
install -Dm644 packaging/flatpak/HotShots.metainfo.xml \
- "$pkgdir/usr/share/mime/packages/${pkgname%-git}.xml"
+ "$pkgdir/usr/share/metainfo/${pkgname%-git}.xml"
}