summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1466563fcf9..be92201005be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpstorm-url-handler
pkgdesc = Open phpstorm:// URLs in PHPStorm.
- pkgver = 1.2.1
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/sanduhrs/phpstorm-url-handler
install = phpstorm-url-handler.install
@@ -8,8 +8,8 @@ pkgbase = phpstorm-url-handler
license = GPL
makedepends = git
depends = desktop-file-utils
+ optdepends = wmctrl: window focus and forground handler
source = phpstorm-url-handler::git+https://github.com/sanduhrs/phpstorm-url-handler.git
sha512sums = SKIP
pkgname = phpstorm-url-handler
-
diff --git a/PKGBUILD b/PKGBUILD
index a88a51314534..4f04e147059a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Stefan Auditor <stefan.auditor@erdfisch.de>
+# Maintainer: Stefan Auditor <stefan@auditor.email>
# Please report issues at https://github.com/sanduhrs/arch-aur-phpstorm-url-handler
_pkgname=phpstorm-url-handler
pkgname=${_pkgname}
-pkgver=1.2.1
+pkgver=1.5.0
pkgrel=1
pkgdesc="Open phpstorm:// URLs in PHPStorm."
arch=('any')
@@ -11,6 +11,7 @@ url='https://github.com/sanduhrs/phpstorm-url-handler'
license=('GPL')
depends=('desktop-file-utils')
makedepends=("git")
+optdepends=('wmctrl: window focus and forground handler')
install=${_pkgname}.install
source=("${_pkgname}"::"git+https://github.com/sanduhrs/phpstorm-url-handler.git")
sha512sums=('SKIP')