adobe-flash-plugin: adjust rshlibs for arch-specific linkage
This commit is contained in:
parent
a76fb44f70
commit
c139f55420
|
@ -28,6 +28,6 @@ libm.so.6
|
|||
libc.so.6
|
||||
ld-linux-x86-64.so.2
|
||||
ld-linux.so.2
|
||||
libgthread-2.0.so.0
|
||||
libXcursor.so.1
|
||||
libXrender.so.1
|
||||
libgthread-2.0.so.0 x86_64
|
||||
libXcursor.so.1 x86_64
|
||||
libXrender.so.1 x86_64
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'adobe-flash-plugin'
|
||||
pkgname=adobe-flash-plugin
|
||||
version=11.2.202.228
|
||||
revision=1
|
||||
# The EULA file
|
||||
_eula="http://www.adobe.com/products/eulas/pdfs/PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf"
|
||||
_eulacksum=3cb0a5f4576be735abcff7189ed18eda17c70b762c3a78a3379b6f44395fbc10
|
||||
|
@ -10,7 +11,7 @@ if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
|||
_distcksum=92c9758d347d05c284dcafccbc8370d8ba9a52f039ce1dbe558be66560476681
|
||||
else
|
||||
_disttarball="${_url}/install_flash_player_11_linux.i386.tar.gz"
|
||||
_distcksum=20a806eaf508aa8bf22d9803e94b9f942a548da87cd0a59712c7bcd1df0d44e6
|
||||
_distcksum=dff9d475b3e8900e5c9a5d1d69ba766d0cdf9471217ef35c931ccefdf7b68246
|
||||
fi
|
||||
distfiles="${_eula} ${_disttarball}"
|
||||
checksum="${_eulacksum} ${_distcksum}"
|
||||
|
|
Loading…
Reference in New Issue