summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af5eda4c43c..fbd981e8bf18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gaurodan
- pkgdesc = A classic arcade shooter inspired by titles like Defender, Choplifter or Sky Kid.
+ pkgdesc = Horizontal shmup, a clash between human cities and colossal monsters
pkgver = 1
- pkgrel = 1
- url = http://www.locomalito.com/gaurodan.php
+ pkgrel = 2
+ url = https://locomalito.com/gaurodan.php
arch = i686
arch = x86_64
license = unknown
- source = http://www.locomalito.com/juegos/Gaurodan_linux.zip
+ source = https://www.locomalito.com/juegos/Gaurodan_linux.zip
source = gaurodan.desktop
md5sums = bf7995fc9b2b1f9c93385936adb9ade7
md5sums = 16b4f4da929a05b6a94079bd02771813
diff --git a/PKGBUILD b/PKGBUILD
index 4fd510bf8389..e64bafa70515 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=gaurodan
_orgname=Gaurodan
pkgver=1
-pkgrel=1
-pkgdesc='A classic arcade shooter inspired by titles like Defender, Choplifter or Sky Kid.'
+pkgrel=2
+pkgdesc='Horizontal shmup, a clash between human cities and colossal monsters'
arch=('i686' 'x86_64')
-url='http://www.locomalito.com/gaurodan.php'
+url='https://locomalito.com/gaurodan.php'
license=('unknown')
if [ '$CARCH' = 'x86_64' ]; then
depends=('lib32-mesa' 'lib32-openal' 'lib32-openssl')
elif [ '$CARCH' = 'i686' ]; then
depends=('mesa' 'openal' 'openssl')
fi
-source=("http://www.locomalito.com/juegos/${_orgname}_linux.zip" "${pkgname}.desktop")
+source=("https://www.locomalito.com/juegos/${_orgname}_linux.zip" "${pkgname}.desktop")
md5sums=('bf7995fc9b2b1f9c93385936adb9ade7' '16b4f4da929a05b6a94079bd02771813')
package() {