summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37a2ab71863c..1b82f22c2eaa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Dec 18 13:38:07 UTC 2017
pkgbase = jumpapp-git
pkgdesc = A run-or-raise application switcher for any X11 desktop
pkgver = r62.8229224
@@ -7,7 +9,6 @@ pkgbase = jumpapp-git
arch = x86_64
license = MIT
makedepends = git
- depends = pandoc
depends = wmctrl
provides = jumpapp,jumpappify-desktop-entry
source = jumpapp-git::git+https://github.com/mkropat/jumpapp
diff --git a/PKGBUILD b/PKGBUILD
index e18bac2906df..70f4445b2e24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A run-or-raise application switcher for any X11 desktop"
arch=('i686' 'x86_64')
url="https://github.com/mkropat/jumpapp"
license=('MIT')
-depends=('pandoc' 'wmctrl')
+depends=('wmctrl')
makedepends=('git')
provides=('jumpapp','jumpappify-desktop-entry')