summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef133eed9cc..66c7a5e716ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hotshots-git
pkgdesc = Screenshot and annotation software
pkgver = r19.e3712ae
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/obiwankennedy/HotShots
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 7344fa564f45..a32fe4bc3fdd 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=3
+pkgrel=4
pkgdesc="Screenshot and annotation software"
arch=('x86_64')
url="https://github.com/obiwankennedy/HotShots"
@@ -31,6 +31,6 @@ package() {
cd "${srcdir}/${pkgname%-git}"
make INSTALL_ROOT="$pkgdir" install
- install -Dm644 packaging/flatpak/HotShots.metainfo.xml \
- "$pkgdir/usr/share/metainfo/${pkgname%-git}.xml"
+ install -Dm644 packaging/flatpak/HotShots.metainfo.xml -t \
+ "$pkgdir/usr/share/metainfo/"
}