summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKristian Gunstone2016-12-13 02:09:43 +0100
committerKristian Gunstone2016-12-13 02:12:07 +0100
commit32fecd51f9021329b802b68c49e28b3946dfe58b (patch)
tree982953e23d77e19f6ee2ba30f874dc62ffdb6d26 /PKGBUILD
parentfa44e535227ec4bcd4dde882f56c199e5faf0a39 (diff)
downloadaur-32fecd51f9021329b802b68c49e28b3946dfe58b.tar.gz
Rename to netris-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd5f81b66bf5..0c5b1c2db2a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
# Maintainer: Kristian Gunstone <kristian.gunstone.butnotthispart@pean.northis.org>
-pkgname=netris
+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"
@@ -9,10 +9,11 @@ license=('GPL2')
depends=()
makedepends=('git')
provides=()
-conflicts=()
+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=("netris::git+https://github.com/naclander/netris.git")
pkgver() {
head -n1 "$pkgname/VERSION"