summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed9301ad8a32..db7f881d1eea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ulauncher
pkgdesc = Application launcher for Linux
pkgver = 5.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://ulauncher.io
install = ulauncher.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 03207b9f698e..5908e2046c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=ulauncher
pkgver=5.13.0
-pkgrel=1
+pkgrel=2
pkgdesc='Application launcher for Linux'
arch=('any')
url="https://ulauncher.io"
@@ -26,13 +26,8 @@ build() {
package() {
cd ulauncher
-
- install -Dm644 "build/share/applications/ulauncher.desktop" -t \
- "$pkgdir/usr/share/applications"
-
export PYTHONHASHSEED=0
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
- install -Dm644 "ulauncher.service" -t "$pkgdir/usr/lib/systemd/user"
rm -rf "$pkgdir"/usr/share/ulauncher/preferences/{no*,src,bow*,gul*,pack*}
find $pkgdir -type d -name __pycache__ | xargs rm -rf
}