summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreygjhart2015-08-16 20:54:47 +0200
committerGreygjhart2015-08-16 20:54:47 +0200
commit26cdcf4d978436188e1662498404c50a81a4bdc9 (patch)
treec460ed81ed3d9f6585626fe5df91928f940d340e
parent7291d6e2d72f6a03273fa6798ad1d11006be3577 (diff)
downloadaur-rawide-git.tar.gz
Forgot the dependance on xdg-utils (needed for xdg-open) when I rewrote the PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd0e6f8036e..da8eba38d1f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(any)
url="http://github.com/greygjhart/rawide"
license=('GPL')
groups=()
-depends=()
+depends=(xdg-utils)
optdepends=('gettext: translation support')
makedepends=('git')
provides=("${pkgname%-git}")