summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Darwinkel2015-07-02 12:05:34 +0200
committerPatrick Darwinkel2015-07-02 12:05:34 +0200
commit2c38ede9a71cae207a5d12dd84ece9cdbe91357f (patch)
tree459fe9863a4d7eee35568bfdab923881e735cd43
parentdfa2c4515b34710ade4f8313de31b22ee909729e (diff)
downloadaur-2c38ede9a71cae207a5d12dd84ece9cdbe91357f.tar.gz
Updated the package to the new GitHub link
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5512d5eadcf..09dcb42aa48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ogar-git
pkgdesc = A fully functional open source Agar.io server implementation, written in Node.js.
pkgver = git
- pkgrel = 1
- url = https://github.com/vram4/Ogar
+ pkgrel = 2
+ url = https://github.com/forairan/Ogar
install = ogar-git.install
arch = any
license = Apache
@@ -12,7 +12,7 @@ pkgbase = ogar-git
depends = systemd
conflicts= ogar
backup = usr/share/ogar/gameserver.ini
- source = git+https://github.com/vram4/Ogar.git
+ source = git+https://github.com/forairan/Ogar.git
source = ogar.service
sha1sums = SKIP
sha1sums = 17e04c0c5872f64ed05bf0f6844ee276210d7bda
diff --git a/PKGBUILD b/PKGBUILD
index 0b97cff39fc2..0de3ec662ff7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Patrick Darwinkel <patrick@darwinkel.net>
pkgname=ogar-git
pkgver=git
-pkgrel=1
+pkgrel=2
pkgdesc="A fully functional open source Agar.io server implementation, written in Node.js."
arch=(any)
-url="https://github.com/vram4/Ogar"
+url="https://github.com/forairan/Ogar"
license=('Apache')
depends=('nodejs' 'npm' 'git' 'systemd')
conflicts=('ogar')
-source=('git+https://github.com/vram4/Ogar.git' 'ogar.service')
+source=('git+https://github.com/forairan/Ogar.git' 'ogar.service')
sha256sums=('SKIP' 'f41103fe9323c16d8677f436a23bcd06e76988172ea82c345366bceff01f6cb8')
install="${pkgname}.install"
backup=('usr/share/ogar/gameserver.ini')