summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Wong2016-02-20 15:27:02 +1100
committerChris Wong2016-02-20 15:27:02 +1100
commit93ce2cca733529e3f9e65335f0010037ebd32bc9 (patch)
tree11f6843ce496c00b298a3d77c806564ca299b8cf
parent7fe50d7918a2d36e41da6a194efeadd46336c0ac (diff)
downloadaur-93ce2cca733529e3f9e65335f0010037ebd32bc9.tar.gz
Update
* Change maintainer to Chris Wong * Remove Google Code URL * Add conflicts and provides (thanks kanak)
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d332383174ab..e79e8aae8c7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,18 @@
-# Maintainer: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
+# Maintainer: Chris Wong <https://wiki.archlinux.org/index.php/Special:EmailUser/Lambda_Fairy>
pkgname=xsettingsd-git
pkgver=r79.b4999f5
-pkgrel=2
+pkgrel=3
pkgdesc="xsettingsd is a daemon that implements the XSETTINGS specification."
arch=('i686' 'x86_64')
-url="http://code.google.com/p/xsettingsd/"
+url="https://github.com/derat/xsettingsd"
license=('custom:BSD')
depends=('libx11')
makedepends=('scons')
+provides=('xsettingsd')
+conflicts=('xsettingsd')
source=("$pkgname::git://github.com/derat/xsettingsd")
sha256sums=('SKIP')