summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Lansdowne2018-07-24 20:36:01 +0100
committerJoseph Lansdowne2018-07-24 20:36:01 +0100
commit8cd372f81603f00bb9cc724822222785885271ad (patch)
tree4cbf7398d7a578ebf70ac6da0fe3f660cefd5dcd
parent87643b3fbc1ea4ba1807437eda4d9296898f4cbc (diff)
downloadaur-8cd372f81603f00bb9cc724822222785885271ad.tar.gz
use `depends_$arch` (no pkgrel bump)
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42fef018c490..1ff41d762cee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 10 19:45:21 UTC 2018
+# Tue Jul 24 19:35:01 UTC 2018
pkgbase = flashplayer-standalone-debug
pkgdesc = Standalone, debug version of Adobe Flash Player
pkgver = 30.0.0.134
@@ -8,13 +8,17 @@ pkgbase = flashplayer-standalone-debug
arch = i686
arch = x86_64
license = custom
- depends = gtk2
- depends = libxt
- depends = nss
- depends = curl
options = !strip
source = flashplayer-standalone-debug-30.0.0.134-1.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flash_player_sa_linux_debug.x86_64.tar.gz
md5sums = 805798c31323df9bfb5872fc324679ae
+ depends_i686 = gtk2
+ depends_i686 = libxt
+ depends_i686 = nss
+ depends_i686 = curl
+ depends_x86_64 = lib32-gtk2
+ depends_x86_64 = lib32-libxt
+ depends_x86_64 = lib32-nss
+ depends_x86_64 = lib32-curl
pkgname = flashplayer-standalone-debug
diff --git a/PKGBUILD b/PKGBUILD
index 79d621e59aa1..1d9db2767335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Standalone, debug version of Adobe Flash Player"
arch=(i686 x86_64)
url="https://www.adobe.com/support/flashplayer/debug_downloads.html"
license=(custom)
-depends=(gtk2 libxt nss curl)
-[ "$CARCH" = "x86_64" ] && depends=(lib32-gtk2 lib32-libxt lib32-nss lib32-curl)
+depends_i686=(gtk2 libxt nss curl)
+depends_x86_64=(lib32-gtk2 lib32-libxt lib32-nss lib32-curl)
source=("flashplayer-standalone-debug-$pkgver-$pkgrel.tar.gz::https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flash_player_sa_linux_debug.x86_64.tar.gz")
options=(!strip)
md5sums=('805798c31323df9bfb5872fc324679ae')