summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2020-07-01 01:04:26 -0400
committerKevin MacMartin2020-07-01 01:04:26 -0400
commit394e7c9cb9868f610f0fc9bf3e6e4ca653345681 (patch)
treeb2844623dbe75158269a2f6225b605e814633b49
parent86bcca2c9d2d1f473a5d1994413f19105596114f (diff)
downloadaur-394e7c9cb9868f610f0fc9bf3e6e4ca653345681.tar.gz
Fix the URL (thanks Moxon!)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c1a715ad42e..b465fa66b88b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = shattered-pixel-dungeon-git
pkgdesc = Shattered fork of the popular rogue-like game
pkgver = 3862v0.8.1
- pkgrel = 1
- url = http://shatteredpixel.tumblr.com
+ pkgrel = 2
+ url = https://shatteredpixel.com
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 940eb1aab0fb..1c3eaa7dbe5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Kevin MacMartin <prurigro at gmail dot com>
# Thanks: Peter Cai <peter at typeblog dot net>
# Thanks: unknown78 <Schmusekater78 at hotmail dot com>
+# Thanks: Moxon <sascha at meta-x dot de>
_pkgname=shattered-pixel-dungeon
pkgname=$_pkgname-git
pkgver=3862v0.8.1
-pkgrel=1
+pkgrel=2
pkgdesc='Shattered fork of the popular rogue-like game'
-url='http://shatteredpixel.tumblr.com'
+url='https://shatteredpixel.com'
license=('GPL3')
depends=('java-runtime' 'bash')
makedepends=('git' 'java-environment')