summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2021-02-01 16:57:17 +0100
committerChristopher Arndt2021-02-01 16:57:17 +0100
commitd2c318e496541ff0aab233bb82651c7f8f8fe1f5 (patch)
tree73250746f2aa3cb5c63bcf0b7ec0e7de1122497e /PKGBUILD
parentc0ce43df226314eca0c12e319134c0f81fd6ecd2 (diff)
downloadaur-d2c318e496541ff0aab233bb82651c7f8f8fe1f5.tar.gz
PKGBUILD fixes:
* Add 'inetutils' to depends (for 'hostname' command) * Change arch to 'any'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd5f9c2edbe9..f1a49cf2ee53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=jumpapp
pkgname="${_pkgname}-git"
-pkgver=1.1.r101.4071977
-pkgrel=2
-pkgdesc="A run-or-raise application switcher for any X11 desktop"
-arch=('i686' 'x86_64')
+pkgver=1.1.r105.944723f
+pkgrel=1
+pkgdesc="A run-or-raise application switcher for any X11 desktop (git version)"
+arch=('any')
url="https://github.com/mkropat/jumpapp"
license=('MIT')
-depends=('xdotool' 'wmctrl')
+depends=('inetutils' 'wmctrl' 'xdotool')
makedepends=('git')
provides=("${_pkgname}" 'jumpappify-desktop-entry')
conflicts=("${_pkgname}")