Skip to content
Snippets Groups Projects
Commit 1d6b9d0c authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

0.26.0+1+g701d19d-1

parent 85a18eb1
No related branches found
No related tags found
No related merge requests found
......@@ -2,16 +2,16 @@
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=dconf
pkgver=0.26.0
pkgver=0.26.0+1+g701d19d
pkgrel=1
pkgdesc="Configuration database system"
arch=(i686 x86_64)
url="https://wiki.gnome.org/Projects/dconf"
arch=(i686 x86_64)
license=(LGPL2.1)
depends=(glib2)
makedepends=(vala dbus git gtk-doc python)
_commit=102bb4a209e4195cb8fe7bb67406458b6841a8c2
source=("git://git.gnome.org/dconf#commit=$_commit")
_commit=701d19d12d4e0599340c9bd1eb2b3e25a40d780b # master
source=("git+https://git.gnome.org/browse/dconf#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
......@@ -32,8 +32,7 @@ build() {
package() {
cd $pkgname
make DESTDIR="$pkgdir" install \
completiondir=/usr/share/bash-completion/completions
make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment