summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-01-23 10:58:31 +0100
committerkleintux2022-01-23 10:58:31 +0100
commit11e2c070f3778e5734a44c8a675d576bbfa087f1 (patch)
tree97f13b865c171c85078da262f94eb25a8f0ea48c /PKGBUILD
parentcdb282db353e91dbca9a316db7d88315c59a3d4d (diff)
downloadaur-sqrxz2.tar.gz
adopted and fixed URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09014c37c5b3..89cc7a41813d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Maintainer: kleintux <reg-archlinux AT klein DOT tuxli DOT ch>
+# Contributor: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=sqrxz2
pkgver=1.00
-pkgrel=2
+pkgrel=3
pkgdesc="A fast paced jump'n'run (Part II - 'Two seconds until death')"
arch=('i686' 'x86_64')
-url="http://sqrxz.de"
+url="https://www.sqrxz.de/sqrxz-2/"
license=('custom: Freeware')
depends=('sdl_mixer' 'zlib')
optdepends=('libmodplug: better music decoder')
install=$pkgname.install
-source=("http://www.retroguru.com/$pkgname/$pkgname-v.latest-linux.tar.gz"
+source=("https://www.retroguru.com/$pkgname/$pkgname-v.latest-linux.tar.gz"
"$pkgname.png"
"$pkgname.sh"
"$pkgname.desktop")