summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullgemm2020-07-28 18:00:31 +0200
committernullgemm2020-07-28 18:00:31 +0200
commit16780db704537dc88597e20cc447ab4ab5c5f9aa (patch)
tree51ee1390454a96011f1362c152ae737acf3821ad
parentaa3a515c65edad5ffad54f7dad75676a8737d095 (diff)
downloadaur-excalibar-git.tar.gz
update repo URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a4271cc06e..aac1bc47d886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = excalibar-git
pkgdesc = sharp and shiny taskbar
pkgver = 0.0.1
pkgrel = 1
- url = https://github.com/cylgom/excalibar
+ url = https://github.com/nullgemm/excalibar
arch = i686
arch = x86_64
license = custom:WTFPL
@@ -13,7 +13,7 @@ pkgbase = excalibar-git
depends = cairo
depends = pango
depends = libmpdclient
- source = git+https://github.com/cylgom/excalibar.git
+ source = git+https://github.com/nullgemm/excalibar.git
source = git+https://github.com/benhoyt/inih.git
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4a6637695fac..8d5a088869f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: cylgom <cylgom@gmail.com>
+# Maintainer: nullgemm <nullgemm@mailbox.org>
pkgname=excalibar-git
pkgver=0.0.1
pkgrel=1
pkgdesc="sharp and shiny taskbar"
arch=('i686' 'x86_64')
-url="https://github.com/cylgom/excalibar"
+url="https://github.com/nullgemm/excalibar"
license=('custom:WTFPL')
makedepends=('git')
depends=('libexcalibar-git' 'ttf-material-design-icons' 'libxcb' 'cairo' 'pango' 'libmpdclient')
-source=('git+https://github.com/cylgom/excalibar.git'
- 'git+https://github.com/benhoyt/inih.git')
+source=("git+https://github.com/nullgemm/excalibar.git"
+ "git+https://github.com/benhoyt/inih.git")
md5sums=('SKIP' 'SKIP')
prepare() {