summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso Saavedra "Son Link2018-07-25 10:14:22 +0200
committerAlfonso Saavedra "Son Link2018-07-25 10:14:22 +0200
commit9f1f59640d470f30edd31764569d9e431105b585 (patch)
tree1ce743dffd51356c7bee6a0b5426c53693dc356e
parentb4b45f1136c1933d13c43869168ad8a85dcf03e7 (diff)
downloadaur-9f1f59640d470f30edd31764569d9e431105b585.tar.gz
Change openssl for openssl-1.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbcc8b726bfc..63045a558158 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,19 @@
pkgbase = verminian-trap
pkgdesc = Your space pod has been forced to land on a planet infested with giant insects from Verminest. Fight with your companions and survive the incoming waves of enemy bugs for as long as you can
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = http://www.locomalito.com/verminian_trap.php
arch = i686
arch = x86_64
license = CCPL
+ depends = zlib
+ depends = openssl-1.0
depends = openal
- depends = openssl
+ depends = mesa
+ depends = lib32-zlib
+ depends = lib32-openssl-1.0
+ depends = lib32-openal
+ depends = lib32-mesa
source = http://www.locomalito.com/juegos/Verminian_Trap_1_1_linux.zip
source = verminian-trap.png
source = verminian-trap.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 06eebc571d08..94bebe078c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=verminian-trap
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc="Your space pod has been forced to land on a planet infested with giant insects from Verminest. Fight with your companions and survive the incoming waves of enemy bugs for as long as you can"
arch=('i686' 'x86_64')
-url=('http://www.locomalito.com/verminian_trap.php')
+url='http://www.locomalito.com/verminian_trap.php'
license=('CCPL')
-depends=('openal' 'openssl')
+depends=('zlib' 'openssl-1.0' 'openal' 'mesa')
if [ "$CARCH" = "x86_64" ]; then
- depends+=('lib32-zlib' 'lib32-openssl' 'lib32-openal' 'lib32-mesa')
+ depends+=('lib32-zlib' 'lib32-openssl-1.0' 'lib32-openal' 'lib32-mesa')
fi
source=('http://www.locomalito.com/juegos/Verminian_Trap_1_1_linux.zip'
${pkgname}.png ${pkgname}.desktop)