summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmos Wenger2018-12-17 18:41:38 +0100
committerAmos Wenger2018-12-17 18:41:38 +0100
commit4fde6d6042ce9070b654f3ca3fcb1b393d2c7062 (patch)
tree0e06a6262ee4224fc2682bf6ab055f0322b3407a
parentb3c6ea520b83a3747c7dc221a03787aa8373f46d (diff)
downloadaur-4fde6d6042ce9070b654f3ca3fcb1b393d2c7062.tar.gz
Fix .desktop file path, add both scheme handlers
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d47512c5f50..84aedbf2dd4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kitch
pkgdesc = The best way to play itch.io games.
pkgver = 1.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/itchio/kitch
install = kitch.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a5982a4509ef..b461ada9bb3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kitch
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="The best way to play itch.io games."
arch=('i686' 'x86_64')
@@ -43,11 +43,11 @@ Exec=kitch %U
Icon=kitch
Terminal=false
Categories=Game;
-MimeType=x-scheme-handler/kitch;
+MimeType=x-scheme-handler/kitchio;x-scheme-handler/kitch;
X-GNOME-Autostart-enabled=true
Comment=Install and play itch.io games easily
BE_PATIENT
- install -Dm644 io.itch.kitch.desktop "${pkgdir}/usr/share/applications/kitch.desktop"
+ install -Dm644 io.itch.kitch.desktop "${pkgdir}/usr/share/applications/io.itch.kitch.desktop"
cd "${srcdir}/itch-25.4.0"