summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlfonso Saavedra "Son Link2018-07-25 09:57:51 +0200
committerAlfonso Saavedra "Son Link2018-07-25 09:57:51 +0200
commitdc366f34a06cedd00b8ef08d2bccdb0fef0e0f20 (patch)
tree008bba6d8d889faed556c0430c1b7327a503d0a2
parent41131c0ea6dc90baf9a2c175b635304e89c9c7c2 (diff)
downloadaur-dc366f34a06cedd00b8ef08d2bccdb0fef0e0f20.tar.gz
Change openssl for openssl-1.0 as depends
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4211ae3fe36b..91926abed1ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
-# Generated by mksrcinfo v8
-# Mon May 2 11:21:54 UTC 2016
pkgbase = maldita-castilla
pkgdesc = Maldita Castilla (Cursed/damn Castile) is an action arcade game like Ghost and Goblins full of myths from Spain and the rest of Europe
pkgver = 1.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.locomalito.com/maldita_castilla.php
arch = i686
arch = x86_64
license = CCPL
depends = zlib
- depends = openssl
+ depends = openssl-1.0
depends = openal
depends = mesa
+ depends = lib32-zlib
+ depends = lib32-openssl-1.0
+ depends = lib32-openal
+ depends = lib32-mesa
source = http://www.locomalito.com/juegos/Maldita_Castilla_linux.tgz
source = maldita-castilla.desktop
md5sums = e1790a1d1e5dddb222f9c89cff774bb2
diff --git a/PKGBUILD b/PKGBUILD
index bcde0f3906d3..8eae9aa2ecd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=maldita-castilla
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc="Maldita Castilla (Cursed/damn Castile) is an action arcade game like Ghost and Goblins full of myths from Spain and the rest of Europe"
arch=('i686' 'x86_64')
url='http://www.locomalito.com/maldita_castilla.php'
license=('CCPL')
-depends=('zlib' 'openssl' 'openal' 'mesa')
+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/Maldita_Castilla_linux.tgz' ${pkgname}.desktop)
md5sums=('e1790a1d1e5dddb222f9c89cff774bb2'