summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Gunstone2016-12-14 02:05:05 +0100
committerKristian Gunstone2016-12-14 02:05:05 +0100
commit895d795cb3f97593f6e09c53bb1e9712d0171208 (patch)
tree983d59aa1c3541c25ddd157ea62495cacabe2f51
parentc34b249aa28c575d4c088abff396e197bd84e23f (diff)
downloadaur-895d795cb3f97593f6e09c53bb1e9712d0171208.tar.gz
Change the package to use my own fork (forked from Nathan Aclander's)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd716459be01..e615cf30cbb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=netris-git
pkgver=0.52 # Is automatically updated by pkgver() below
pkgrel=1
-pkgdesc="Mark H. Weaver's Netris -- A free networked version of T*tris. This is Nathan Aclander's github fork with several bugfixes and improvements"
+pkgdesc="Mark H. Weaver's Netris -- A free networked version of T*tris. This is my (the AUR package maintainer) fork, which itself is based on Nathan Aclander's fork."
arch=('i686' 'x86_64')
url="https://github.com/naclander/netris.git"
license=('GPL2')
@@ -13,7 +13,7 @@ conflicts=('netris') # Doesn't actually exist at the time of writing
# (the original site - netris.org - is dead)
sha1sums+=('SKIP')
md5sums=('SKIP')
-source=("${pkgname}::git+https://github.com/naclander/netris.git")
+source=("${pkgname}::git+https://github.com/gammy/netris.git")
pkgver() {
head -n1 "${pkgname}/VERSION"