summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4d9891cd6f36..6e953f6ca8b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: cylgom <cylgom@gmail.com>
+# Maintainer: nullgemm <nullgemm@mailbox.org>
pkgname=libexcalibar-git
pkgver=0.0.1
pkgrel=1
pkgdesc="excalibar core (plugins interface)"
arch=('i686' 'x86_64')
-url="https://github.com/cylgom/excalibar"
+url="https://github.com/nullgemm/excalibar"
license=('custom:WTFPL')
makedepends=('git')
depends=('libxcb' 'cairo' 'pango')
-source=('git+https://github.com/cylgom/excalibar.git')
+source=("git+https://github.com/nullgemm/excalibar.git")
md5sums=('SKIP')
build() {