summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88d454209131..d48d9818cd74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
_pkgname=snapd-xdg-open
pkgname=$_pkgname-git
pkgver=r44.6fed357
-pkgrel=1
+pkgrel=2
pkgdesc="Software for opening links from snaps in desktop"
arch=('i686' 'x86_64')
url="https://github.com/snapcore/snapd-xdg-open"
license=('GPL')
depends=('glib2')
+makedepends=('git')
provides=('snapd-xdg-open')
conflicts=('snapd-xdg-open')
source=("git+https://github.com/snapcore/snapd-xdg-open")