summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbin Larsson2022-12-28 02:45:13 +0100
committerAlbin Larsson2022-12-28 02:45:13 +0100
commitc3477e0236a8728a8db37e970f27fa5fa1a7af57 (patch)
tree3da2cd6a72cad7f08ae0d50bcb0fa044574f94ac
parent680fa3e883bce9aae573873b5215fb39d9f04a3d (diff)
downloadaur-c3477e0236a8728a8db37e970f27fa5fa1a7af57.tar.gz
update desktop entry file name (app id)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf1ef7fd38c..3fa22a43e615 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ulauncher-git
pkgdesc = Application launcher for Linux
pkgver = DEV
- pkgrel = 1
+ pkgrel = 2
url = http://ulauncher.io
install = ulauncher.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 7d39a73b83af..692107c1d4bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ulauncher-git
pkgver=DEV
-pkgrel=1
+pkgrel=2
pkgdesc='Application launcher for Linux'
arch=('any')
url="http://ulauncher.io"
@@ -29,7 +29,7 @@ build() {
check() {
cd ulauncher
- desktop-file-validate "ulauncher.desktop"
+ desktop-file-validate "io.ulauncher.Ulauncher.desktop"
}
package() {