惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Help Net Security
大猫的无限游戏
大猫的无限游戏
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 聂微东
V
Visual Studio Blog
爱范儿
爱范儿
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
美团技术团队
有赞技术团队
有赞技术团队
云风的 BLOG
云风的 BLOG
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
The Cloudflare Blog
Engineering at Meta
Engineering at Meta
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
Vercel News
Vercel News
F
Fortinet All Blogs
Last Week in AI
Last Week in AI
M
MIT News - Artificial intelligence
小众软件
小众软件
月光博客
月光博客
A
About on SuperTechFans

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - perl-text-csv-xs
2026-06-23 · via AUR Newest Packages

bidulock commented on 2020-03-04 12:02 (UTC)

arch=('any') but package contains ELF files.

WFV commented on 2017-09-10 16:02 (UTC) (edited on 2017-09-10 16:05 (UTC) by WFV)

PKGBUILD and .SRCINFO are still set to 1.28 and fail to build, editing them to 1.31 (as harrysummer shows) pulls in the correct package, makes and installs good. Otherwise it will fail if running an AUR helper. see http://www.cpan.org/authors/id/H/HM/HMBRAND/ for details.

harrysummer commented on 2017-09-04 00:25 (UTC)

Working PKGBUILD for 1.31: # Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com> # Generator : CPANPLUS::Dist::Arch 1.32 pkgname='perl-text-csv-xs' pkgver='1.31' pkgrel='1' pkgdesc="comma-separated values manipulation routines" arch=('i686' 'x86_64') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=('perl') makedepends=() url='https://metacpan.org/release/Text-CSV_XS' source=('http://search.cpan.org/CPAN/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.31.tgz') md5sums=('8a5773da8a61018463789a6c92dba448') sha512sums=('904dec178cbeb94b2c8bbd2c07c13472ed84000a8efe65625f43441eadc682f11f48c5904cecfb69e3cfd9ae86b559e2f72515bcbd47561de557cbc28083a00a') _distdir="Text-CSV_XS-1.31" build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ PERL_AUTOINSTALL=--skipdeps \ PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null cd "$srcdir/$_distdir" /usr/bin/perl Makefile.PL make ) } check() { cd "$srcdir/$_distdir" ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" make test ) } package() { cd "$srcdir/$_distdir" make install find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } # Local Variables: # mode: shell-script # sh-basic-offset: 2 # End: # vim:set ts=2 sw=2 et:

bidulock commented on 2017-06-10 10:45 (UTC)

Here is a PKGBUILD that works for 1.30 release: https://gist.github.com/bbidulock/e4225f04311e74ecb52ae015d79b08f6

mgd commented on 2017-06-07 16:57 (UTC)

Updating to 1.29 is trivial. Replacing the checksums in PKGBUILD should do the job. Recompiling vs perl 5.26 worked out-of-the-box yesterday. FYC here the checksums: md5sums=('2c9cc323dd40f2096172027dc4512abc') sha512sums=('fb71d44c8ec8420d7f80a8c7a9a0fc5db5023303f6317a6e49b06681df2ebb7b88af14a43e50f97cc328921a636453fb6a9840f6251d0a2c48205cd48b1d529d')

jnbek commented on 2015-08-03 20:34 (UTC)

Updating the package. Sorry for the wait.

bidulock commented on 2015-06-28 15:11 (UTC)

Please update package to 1,19 to trigger recompile against perl 5.22.0.