summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2016-11-08 12:14:04 +0100
committerD. Can Celasun2016-11-08 12:14:04 +0100
commitc6f03d4030de114e6a8dc04735c4b8e8bfacf54f (patch)
treedc50f85692522b794706b12df9003fe0930e2680
parente340a5a0b653401062c49b27437ea7d9262ce0de (diff)
downloadaur-c6f03d4030de114e6a8dc04735c4b8e8bfacf54f.tar.gz
Replace sqlite3 with sqlite
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD10
2 files changed, 23 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e9495726496..62a33186f5e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Nov 8 11:13:41 UTC 2016
pkgbase = the-binding-of-isaac
pkgdesc = A randomly generated action RPG shooter with heavy Rogue-like elements.
pkgver = 20111101
- pkgrel = 4
+ pkgrel = 5
url = http://www.bindingofisaac.com
arch = i686
arch = x86_64
@@ -11,6 +13,21 @@ pkgbase = the-binding-of-isaac
source = isaac.png
md5sums = bd7ab23bafd88705b42c0c328f8f6717
md5sums = bbc59b1fabb6036e4db450811bd3ab39
+ depends_i686 = sqlite
+ depends_i686 = libidn
+ depends_i686 = libxt
+ depends_i686 = libxxf86vm
+ depends_i686 = gtk2
+ depends_i686 = nss
+ depends_i686 = curl
+ depends_x86_64 = lib32-sqlite
+ depends_x86_64 = lib32-libidn
+ depends_x86_64 = lib32-libxt
+ depends_x86_64 = lib32-libxxf86vm
+ depends_x86_64 = lib32-gtk2
+ depends_x86_64 = lib32-nss
+ depends_x86_64 = lib32-curl
+ optdepends_x86_64 = libvdpau: For flash player hardware acceleration
pkgname = the-binding-of-isaac
diff --git a/PKGBUILD b/PKGBUILD
index 3cd6e85e004f..c45d3e6eabc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=the-binding-of-isaac
pkgver=20111101
-pkgrel=4
+pkgrel=5
pkgdesc="A randomly generated action RPG shooter with heavy Rogue-like elements."
url="http://www.bindingofisaac.com"
license=('custom: "commercial"')
arch=('i686' 'x86_64')
-[ "${CARCH}" = "x86_64" ] && depends=('lib32-sqlite3' 'lib32-libidn' 'lib32-libxt' 'lib32-libxxf86vm' 'lib32-gtk2' 'lib32-nss' 'lib32-curl') \
-&& optdepends=('lib32-libvdpau: For flash player hardware acceleration')
-[ "${CARCH}" = "i686" ] && depends=('sqlite3' 'libidn' 'libxt' 'libxxf86vm' 'gtk2' 'nss' 'curl')\
-&& optdepends=('libvdpau: For flash player hardware acceleration')
+depends_x86_64=('lib32-sqlite' 'lib32-libidn' 'lib32-libxt' 'lib32-libxxf86vm' 'lib32-gtk2' 'lib32-nss' 'lib32-curl')
+optdepends_x86_64=('lib32-libvdpau: For flash player hardware acceleration')
+depends_i686=('sqlite' 'libidn' 'libxt' 'libxxf86vm' 'gtk2' 'nss' 'curl')
+optdepends_x86_64=('libvdpau: For flash player hardware acceleration')
options=(!strip)
source=("isaac.desktop" "isaac.png")