Package Details: screamingfrogseospider 20.2-1

Git Clone URL: https://aur.archlinux.org/screamingfrogseospider.git (read-only, click to copy)
Package Base: screamingfrogseospider
Description: spiders websites’ links, images, CSS, script and apps from an SEO perspective.
Upstream URL: https://www.screamingfrog.co.uk/seo-spider/
Licenses: custom
Submitter: matth
Maintainer: matth
Last Packager: matth
Votes: 20
Popularity: 0.28
First Submitted: 2013-03-18 21:25 (UTC)
Last Updated: 2024-07-11 13:16 (UTC)

Dependencies (3)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

matth commented on 2013-10-31 18:37 (UTC)

Thanks for the notice. I've updated it to 2.21

soko1 commented on 2013-10-31 11:54 (UTC)

ERROR: curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading screamingfrogseospider_2.20_all.deb Aborting... ==> ERROR: Makepkg was unable to build screamingfrogseospider. ==> Restart building screamingfrogseospider ? [y/N] ==> ----------------------------------------------- FIX PATCH: diff -ru screamingfrogseospider/PKGBUILD aur-screamingfrogseospider/PKGBUILD --- screamingfrogseospider/PKGBUILD 2013-07-30 21:54:48.000000000 +0300 +++ aur-screamingfrogseospider/PKGBUILD 2013-10-31 14:49:38.960201233 +0300 @@ -2,7 +2,7 @@ # This PKGBUILD is maintained at https://github.com/matt-h/aur-pkgbuilds/tree/master/screamingfrogseospider pkgname=screamingfrogseospider -pkgver=2.20 +pkgver=2.21 pkgrel=1 pkgdesc="A small desktop program you can install on your PC or Mac which spiders websites’ links, images, CSS, script and apps from an SEO perspective." arch=('any') @@ -16,7 +16,7 @@ "LICENSE" ) sha256sums=( - '9a5b26517aa25a0783bc33587363dc51a93847ad6126416c1a01475160b98d32' + '486556f5fefc83e8b523dbc9b72dc13f92be52b88f13cfb176c22411a91a69de' '5f32a7baef326d88754c6581883800a8d68a753bec846a1d0c190460ab7a2424' )

matth commented on 2013-03-19 15:43 (UTC)

thanks for the tips gtmanfred. I'll update the package

gtmanfred commented on 2013-03-19 01:31 (UTC)

please don't use mv in package() use cp -dpr --no-preserve=ownership also, makepkg will automagically unpack .deb files using bsdtar you can just tar xf data.tar.gz -C $pkgdir