summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a9e84c060c2..096b0da4498c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-utils-no-open
pkgdesc = Command line tools that assist applications with a variety of desktop integration tasks
pkgver = 1.1.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.freedesktop.org/wiki/Software/xdg-utils/
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = xdg-utils-no-open
makedepends = git
depends = sh
depends = xorg-xset
- optdepends = linopen: for xdg-open support
+ depends = xdg-open-impl
provides = xdg-utils
conflicts = xdg-utils
source = https://portland.freedesktop.org/download/xdg-utils-1.1.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 6d721a021e62..25a4f5bd652f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
pkgname=xdg-utils-no-open
_pkgname=xdg-utils
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc="Command line tools that assist applications with a variety of desktop integration tasks"
arch=('any')
url="http://www.freedesktop.org/wiki/Software/xdg-utils/"
license=('MIT')
-depends=('sh' 'xorg-xset') # xset needed inside xdg-screensaver
+depends=('sh' 'xorg-xset' 'xdg-open-impl') # xset needed inside xdg-screensaver
makedepends=('docbook-xsl' 'lynx' 'xmlto' 'git')
-optdepends=('linopen: for xdg-open support')
provides=('xdg-utils')
conflicts=('xdg-utils')
source=(https://portland.freedesktop.org/download/$_pkgname-$pkgver.tar.gz)