summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rys2023-05-24 11:33:29 +0200
committerMartin Rys2023-05-24 11:33:29 +0200
commitb67d663bbc83cb3eceb1aeeb0ecb1c22ca5f4bfe (patch)
tree4e34b5ff8acc4b480250becdad2857bdfc25c489
parentb01a770f1b9a7bbcacca2fef99c4a5b1c7fffd94 (diff)
downloadaur-b67d663bbc83cb3eceb1aeeb0ecb1c22ca5f4bfe.tar.gz
Fix linking to the desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11918e742005..faad803efc77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = loot
pkgdesc = A load order optimisation tool for the Elder Scrolls (Morrowind and later) and Fallout (3 and later) games.
pkgver = 0.19.1
- pkgrel = 6
+ pkgrel = 7
url = https://loot.github.io
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index ed32db200beb..a998a29c1df6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=loot
pkgver=0.19.1
_pkglibver=0.19.4
-pkgrel=6
+pkgrel=7
pkgdesc="A load order optimisation tool for the Elder Scrolls (Morrowind and later) and Fallout (3 and later) games."
arch=('x86_64')
url="https://loot.github.io"
@@ -64,5 +64,5 @@ package() {
# Install the icon
install -Dm644 "${_builddir}/../resources/icons/loot.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/loot.svg"
# Install desktop entry
- install -Dm644 "${srcdir}/../LOOT.desktop" "${pkgdir}/usr/share/applications/LOOT.desktop"
+ install -Dm644 "${srcdir}/LOOT.desktop" "${pkgdir}/usr/share/applications/LOOT.desktop"
}