Package Details: expac-git 9.2.g6be7fe1-1

Git Clone URL: https://aur.archlinux.org/expac-git.git (read-only, click to copy)
Package Base: expac-git
Description: pacman database extraction utility
Upstream URL: http://github.com/falconindy/expac
Licenses: MIT
Conflicts: expac
Provides: expac
Submitter: falconindy
Maintainer: shwayz
Last Packager: falconindy
Votes: 37
Popularity: 0.000000
First Submitted: 2010-12-01 00:58 (UTC)
Last Updated: 2019-06-09 00:56 (UTC)

Dependencies (4)

Required by (19)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

karol_007 commented on 2012-01-31 20:31 (UTC)

Is there a way to tell expac to use another config file, instead of pacman.conf?

karol_007 commented on 2012-01-31 14:30 (UTC)

I see that different flags behave in different ways e.g. %l install date (only with -Q) doesn't return anything with '-S', but %k download size (only with -S) shows 0.00 KiB for every package when called with '-Q'. I'm not sure if it's worth messing with the code, I think adding '(only with -Q)' to the man page is enough. Thanks :-)

falconindy commented on 2012-01-31 14:21 (UTC)

There's a bunch of flags which don't make sense with -S or -Q. In these cases, you can't trust the value they return. I suppose I could parse the format string and whitelist. Either way, you're right that I should document %w as being -Q only in the manpage.

karol_007 commented on 2012-01-31 14:15 (UTC)

Shouldn't 'install reason' be only available with -Q? With '-S' I'm getting 'explicit' for every package.

karol_007 commented on 2011-09-28 21:36 (UTC)

OK, thanks.

falconindy commented on 2011-09-28 21:13 (UTC)

if [[ -d $_gitname ]] ; then cd $_gitname && git pull origin pacman4 msg "The local files are updated." else git clone -b pacman4 $_gitroot $_gitname fi

karol_007 commented on 2011-09-27 21:47 (UTC)

This way expac seems to be working with pacman4, but I'm curious if that's how you do it git-wise and PKGBUILD-wise.

karol_007 commented on 2011-09-27 21:42 (UTC)

How to make it work with pacman4? Does this make any sense: --- PKGBUILD 2011-09-27 21:39:56.000000000 +0000 +++ PKGBUILDa 2011-09-27 21:36:35.000000000 +0000 @@ -1,7 +1,7 @@ # Contributor: Dave Reisner <d@falconindy.com> pkgname=expac-git -pkgver=20110324 +pkgver=20110927 pkgrel=1 pkgdesc="pacman database extraction utility" arch=('i686' 'x86_64') @@ -24,6 +24,7 @@ msg "The local files are updated." else git clone $_gitroot $_gitname + cd $_gitname && git checkout pacman4 fi msg "GIT checkout done or server timeout"

falconindy commented on 2011-07-05 13:03 (UTC)

No. We're not. Fix your paths so that Perl doesn't get clobbered out of it. makedepends=('git' 'perl') $ pacman -Qo pod2man /usr/bin/core_perl/pod2man is owned by perl 5.14.1-3

Ape commented on 2011-07-05 13:02 (UTC)

/bin/sh: pod2man: command not found Are we missing a build dependency?