summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkleintux2022-01-23 11:17:56 +0100
committerkleintux2022-01-23 11:17:56 +0100
commitcd88d295d1d90bc1da7af4a4a873bf900123614d (patch)
treed41c124f03fbf35960c30e21d0bdbbdee2d4453c /PKGBUILD
parent4136f3dd83544343777021f09374c147d18a1001 (diff)
downloadaur-giana.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 a8bdc4289c7c..96cdee2ee3de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# 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
# Contributor: megadriver <megadriver at gmx dot com>
pkgname=giana
pkgver=1.10
-pkgrel=1
+pkgrel=2
pkgdesc="'Giana's Return', unofficial sequel to the (in)famous Mario clone 'Great Giana Sisters'"
arch=('i686' 'x86_64')
-url="http://www.gianas-return.de"
+url="https://www.gianas-return.de/"
license=('custom: Freeware')
depends=('sdl_mixer' 'zlib' 'glut' 'glu')
optdepends=('libmodplug: better music decoder')
install=$pkgname.install
-source=("http://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz"
+source=("https://www.retroguru.com/gianas-return/gianas-return-v.latest-linux.tar.gz"
"$pkgname.sh"
"$pkgname.desktop"
"$pkgname-fs.desktop")