summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-06-03 02:52:51 -0600
committerBrian Bidulock2017-06-03 02:52:51 -0600
commite4a5ff3c438636f2a51f8e5667dac8ae03f2e813 (patch)
tree5517a8b496694216e4eefd3917addc00afa1cbe7
parentb6b4b59856cbc7b3fa9ef05ab14a04513c6ee832 (diff)
downloadaur-e4a5ff3c438636f2a51f8e5667dac8ae03f2e813.tar.gz
now builds in a clean chroot
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da5e1415914b..f0c44a4ad2be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# 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 = 2016.05.02
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/p12tic/libdesktop-agnostic
arch = i686
arch = x86_64
@@ -13,6 +11,7 @@ pkgbase = libdesktop-agnostic-git
makedepends = intltool
makedepends = vala
makedepends = gobject-introspection
+ makedepends = gconf
depends = pygtk
optdepends = gconf: gconf configuration backend
provides = libdesktop-agnostic
diff --git a/PKGBUILD b/PKGBUILD
index d2e6ad7d41b3..7ff69e52238a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=libdesktop-agnostic-git
_gitname=libdesktop-agnostic
pkgver=2016.05.02
-pkgrel=1
+pkgrel=2
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=('git' 'intltool' 'vala' 'gobject-introspection')
+makedepends=('git' 'intltool' 'vala' 'gobject-introspection' 'gconf')
optdepends=('gconf: gconf configuration backend')
conflicts=('libdesktop-agnostic')
provides=('libdesktop-agnostic')