summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ece5dc7ac29..b13b9564c7dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ctree-git
pkgdesc = A Christmas tree right from your terminal (git)
pkgver = 1.0.1.r0.g5d010dc
- pkgrel = 1
- url = https://github.com/Matt-Gleich/ctree
+ pkgrel = 2
+ url = https://github.com/gleich/ctree
arch = x86_64
license = MIT
makedepends = git
@@ -10,7 +10,7 @@ pkgbase = ctree-git
depends = glibc
provides = ctree
conflicts = ctree
- source = git+https://github.com/Matt-Gleich/ctree
+ source = git+https://github.com/gleich/ctree
sha256sums = SKIP
pkgname = ctree-git
diff --git a/PKGBUILD b/PKGBUILD
index 1580e52d5769..87c5f2e3d5c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=ctree-git
pkgver=1.0.1.r0.g5d010dc
-pkgrel=1
+pkgrel=2
pkgdesc="A Christmas tree right from your terminal (git)"
arch=('x86_64')
-url="https://github.com/Matt-Gleich/ctree"
+url="https://github.com/gleich/ctree"
license=('MIT')
depends=('glibc')
makedepends=('git' 'go')