summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornullgemm2020-07-28 17:57:58 +0200
committernullgemm2020-07-28 17:57:58 +0200
commitd0ea6f1d21230cbee6818794dd502979e76bf758 (patch)
tree8b2b96639f9ec3d540349c6459a92736fd568933
parent791a3211545d1b917bf12f48796453454204eb70 (diff)
downloadaur-libexcalibar-git.tar.gz
update repo URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be79f3b9d7d3..3a910678cf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libexcalibar-git
pkgdesc = excalibar core (plugins interface)
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
@@ -10,7 +10,7 @@ pkgbase = libexcalibar-git
depends = libxcb
depends = cairo
depends = pango
- source = git+https://github.com/cylgom/excalibar.git
+ source = git+https://github.com/nullgemm/excalibar.git
md5sums = SKIP
pkgname = libexcalibar-git
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() {