summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús Castro2019-07-05 22:42:37 -0500
committerJesús Castro2019-07-05 22:42:37 -0500
commitac07e1b56b3330830089b47cfbb3dba7d9df6583 (patch)
tree30961b7108cfdf5fe38e0add0a7fb398c5fb527f
parent928a6a21f119abdf5070bc911dc57e695ba03272 (diff)
downloadaur-ac07e1b56b3330830089b47cfbb3dba7d9df6583.tar.gz
redirect to the new user space at GitHub
Signed-off-by: Jesús Castro <x51v4n@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9255de5a7e9..ae4721a815f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = i3-gnome
pkgdesc = Use i3 with GNOME Session integration.
pkgver = 3.32.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
- url = https://github.com/csxr/i3-gnome/
+ url = https://github.com/jcstr/i3-gnome/
arch = any
license = MIT
depends = i3-wm
- source = i3-gnome-3.32.1.zip::https://github.com/csxr/i3-gnome/archive/3.32.1.zip
+ source = i3-gnome-3.32.1.zip::https://github.com/jcstr/i3-gnome/archive/3.32.1.zip
md5sums = 927c38bb3c92b1cf6a018af93acf5be9
pkgname = i3-gnome
diff --git a/PKGBUILD b/PKGBUILD
index 4e8c1d94e6ab..5c61436058a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=i3-gnome
pkgver=3.32.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Use i3 with GNOME Session integration."
arch=('any')
-url="https://github.com/csxr/i3-gnome/"
+url="https://github.com/jcstr/i3-gnome/"
license=('MIT')
depends=('i3-wm')
-source=($pkgname-$pkgver.zip::https://github.com/csxr/i3-gnome/archive/$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/jcstr/i3-gnome/archive/$pkgver.zip)
md5sums=('927c38bb3c92b1cf6a018af93acf5be9')
build() {