summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanskritFritz2016-05-28 15:55:50 +0200
committerSanskritFritz2016-05-28 15:55:50 +0200
commitb6b4b59856cbc7b3fa9ef05ab14a04513c6ee832 (patch)
treef2d55bdf7e1e79d1c8f2fad2d368ef44ae8de8c0
parentf05a1245d1e579560e907468d888aaa03b804619 (diff)
downloadaur-b6b4b59856cbc7b3fa9ef05ab14a04513c6ee832.tar.gz
Git added to makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6eaf8be54a2..da5e1415914b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
+# Generated by mksrcinfo v8
+# Sat May 28 13:54:17 UTC 2016
pkgbase = libdesktop-agnostic-git
pkgdesc = Provides an extensible config API, a unified virtual fs API, and a desktop item editor for GLib-based projects.
- pkgver = 2013.11.01
+ pkgver = 2016.05.02
pkgrel = 1
url = https://github.com/p12tic/libdesktop-agnostic
arch = i686
arch = x86_64
license = GPL
license = LGPL
+ makedepends = git
makedepends = intltool
makedepends = vala
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 4fb8a322c33c..d2e6ad7d41b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=libdesktop-agnostic-git
_gitname=libdesktop-agnostic
-pkgver=2013.11.01
+pkgver=2016.05.02
pkgrel=1
pkgdesc='Provides an extensible config API, a unified virtual fs API, and a desktop item editor for GLib-based projects.'
arch=('i686' 'x86_64')
url='https://github.com/p12tic/libdesktop-agnostic'
license=('GPL' 'LGPL')
depends=('pygtk')
-makedepends=('intltool' 'vala' 'gobject-introspection')
+makedepends=('git' 'intltool' 'vala' 'gobject-introspection')
optdepends=('gconf: gconf configuration backend')
conflicts=('libdesktop-agnostic')
provides=('libdesktop-agnostic')