summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Panteleev2018-04-12 15:57:28 +0000
committerVladimir Panteleev2018-04-12 15:57:28 +0000
commit61438b9f419ef1454199589d9df423ee5e305cba (patch)
treeafb3620289d7a81edcfffa117e52c9188faefcf3
parent9c49a4edc2b7e99886959f75157e74b68b96caad (diff)
downloadaur-61438b9f419ef1454199589d9df423ee5e305cba.tar.gz
Add makedepends=git
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8ac0eea3f59..f0e9ce2fddd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# Fri Aug 11 19:55:29 UTC 2017
pkgbase = snapd-xdg-open-git
pkgdesc = Software for opening links from snaps in desktop
pkgver = r44.6fed357
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/snapcore/snapd-xdg-open
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
+ depends = glib2
provides = snapd-xdg-open
conflicts = snapd-xdg-open
source = git+https://github.com/snapcore/snapd-xdg-open
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")