Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.010897
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 88 89 90 91 92 93 94 95 96 97 98 .. 152 Next › Last »

<deleted-account> commented on 2012-11-17 22:55 (UTC)

That is because wget is scripted into the PKGBUILD on lines 66, 67, 68 and 90. It was easier to add wget as a build dependency than to edit the PKGBUILD to use curl.

Det commented on 2012-11-17 14:43 (UTC)

Why wouldn't you just use curl?

sl1pkn07 commented on 2012-11-16 02:08 (UTC)

thanks for the report

<deleted-account> commented on 2012-11-16 01:52 (UTC)

I needed to add wget to makedepends in the PKGBUILD, but it otherwise builds and runs perfectly.

sl1pkn07 commented on 2012-11-06 12:37 (UTC)

python-simplejson move to community whit name python2-simplejson change this in new release

wuffleton commented on 2012-11-06 09:37 (UTC)

Is it just me or did the makedepend 'python-simplejson' vanish from the AUR with the updated interface? Packer keeps spitting errors about it and I can't even find a trace of it in the aur-mirror-git.

sl1pkn07 commented on 2012-11-04 10:00 (UTC)

in the pkgbuild have this (with little changes): rm -f *.sha1hash* wget -q "${_nacl_sdk_path}"/naclsdk_linux_x86.tgz.sha1hash wget -q "${_nacl_sdk_path}"/naclsdk_pnacl_linux_x86.tgz.sha1hash wget -q "${_toolchain_path}"/toolchain_linux_x86.tar.bz2.sha1hash _nacl_sdk_sha1sum="$(cat naclsdk_linux_x86.tgz.sha1hash)" _pnacl_sdk_sha1sum="$(cat naclsdk_pnacl_linux_x86.tgz.sha1hash)" _toolchain_sha1sum="$(cat toolchain_linux_x86.tar.bz2.sha1hash)" rm -f *.sha1hash* [ -e "${srcdir}/../naclsdk_linux_x86.tgz" ] && [ "$(sha1sum "${srcdir}/../naclsdk_linux_x86.tgz" | cut -d " " -f1)" != "${_nacl_sdk_sha1sum}" ] && rm -fr "${srcdir}/../naclsdk_linux_x86.tgz" [ -e "${srcdir}/../naclsdk_pnacl_linux_x86.tgz" ] && [ "$(sha1sum "${srcdir}/../naclsdk_pnacl_linux_x86.tgz" | cut -d " " -f1)" != "${_pnacl_sdk_sha1sum}" ] && rm -fr "${srcdir}/../naclsdk_pnacl_linux_x86.tgz" [ -e "${srcdir}/../toolchain_linux_x86.tar.bz2" ] && [ "$(sha1sum "${srcdir}/../toolchain_linux_x86.tar.bz2" | cut -d " " -f1)" != "${_toolchain_sha1sum}" ] && rm -fr "${srcdir}/../toolchain_linux_x86.tar.bz2" source+=("${_nacl_sdk_path}/naclsdk_linux_x86.tgz" "${_nacl_sdk_path}/naclsdk_pnacl_linux_x86.tgz" "${_toolchain_path}/toolchain_linux_x86.tar.bz2") sha1sums+=("${_nacl_sdk_sha1sum}" "${_pnacl_sdk_sha1sum}" "${_toolchain_sha1sum}") steps for this: - download the sha1file (from google) for these files and make variable with file contains. and add in sha1sums pkgbuild array - search if exists file --- if yes -> get the sha1 hash from existing file and compare with sha1has variable (get from sha1file download from google) if not same hash ------- if yes (not same hash) -> remove existing file and jump to next file ------- if no (same hash) -> jump to next file --- if no -> jump to next file make this for prevent you say i test this: https://wiki.archlinux.org/index.php/PKGBUILD#source Tip: You can specify a different name for the downloaded file - if the downloaded file has a different name for some reason like the URL had a GET parameter - using the following syntax: filename::fileuri, for example $pkgname-$pkgver.zip::http://199.91.152.193/7pd0l2tpkidg/jg2e1cynwii/Warez_collection_16.4.exe if working (the build need symlink nacl/pnacl/toolchain zips with the specific names (like download files)), add in next release greetings

pumbur commented on 2012-11-03 21:43 (UTC)

.... ==> Validating source files with sha1sums... .... pulse_audio_fix.patch ... Passed naclsdk_linux_x86.tgz ... FAILED naclsdk_pnacl_linux_x86.tgz ... FAILED toolchain_linux_x86.tar.bz2 ... Passed https://bugs.archlinux.org/index.php?do=details&task_id=29106

sl1pkn07 commented on 2012-10-31 14:42 (UTC)

@Det: what report?

jeagoss commented on 2012-10-31 01:28 (UTC)

@Det I apologize for not clarifying....