From StefanoUME at live.com Sun Sep 15 18:41:52 2019 From: StefanoUME at live.com (Stefano Coronado) Date: Sun, 15 Sep 2019 18:41:52 +0000 Subject: dolphin-emu Message-ID: Hello! Long time lurker, first time poster. Apologies if this is the wrong list to post to, however I would like to inquire about the dolphin-emu package that is a little over one year out of date in the community repo of the distribution. https://www.archlinux.org/packages/community/x86_64/dolphin-emu/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From polyzen at archlinux.org Sun Sep 15 18:52:56 2019 From: polyzen at archlinux.org (Daniel M. Capella) Date: Sun, 15 Sep 2019 14:52:56 -0400 Subject: dolphin-emu In-Reply-To: References: Message-ID: On September 15, 2019 2:41:52 PM EDT, Stefano Coronado wrote: > Hello! > > Long time lurker, first time poster. > Apologies if this is the wrong list to post to, however I would like > to inquire about the dolphin-emu package that is a little over one > year out of date in the community repo of the distribution. > https://www.archlinux.org/packages/community/x86_64/dolphin-emu/ You're looking for the arch-general list, but you should contact the maintainer of that package directly. -- Best, Daniel From johannes at kyriasis.com Sat Sep 28 12:50:07 2019 From: johannes at kyriasis.com (=?UTF-8?q?Johannes=20L=C3=B6thberg?=) Date: Sat, 28 Sep 2019 14:50:07 +0200 Subject: [PATCH] paccache: Fix parsing of --move argument Message-ID: <20190928125007.652434-1-johannes@kyriasis.com> From: Self-Perfection Signed-off-by: Alexander Meshcheryakov Signed-off-by: Johannes L?thberg --- src/paccache.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paccache.sh.in b/src/paccache.sh.in index 9c37c65..c7265ba 100644 --- a/src/paccache.sh.in +++ b/src/paccache.sh.in @@ -227,7 +227,7 @@ version() { } OPT_SHORT=':a:c:dfhi:k:m:qrsuVvz' -OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move' +OPT_LONG=('arch:' 'cachedir:' 'dryrun' 'force' 'help' 'ignore:' 'keep:' 'move:' 'nocolor' 'quiet' 'remove' 'uninstalled' 'version' 'verbose' 'null' 'min-atime:' 'min-mtime:') -- 2.23.0 From demize at archlinux.org Sat Sep 28 12:52:07 2019 From: demize at archlinux.org (=?utf-8?q?Johannes_L=C3=B6thberg?=) Date: Sat, 28 Sep 2019 12:52:07 +0000 Subject: [GIT] branch master updated (58bfa06 -> 9ebae18) Message-ID: <156967512750.2319674.18086846932645499954@luna.archlinux.org> This is an automated email from the git hooks/post-receive script. demize pushed a change to branch master in repository pacman-contrib. from 58bfa06 paclist: Allow listing packages from multiple repos at once new 9ebae18 paccache: Fix parsing of --move argument The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Graph of new commits: * 9ebae18 (HEAD -> master) paccache: Fix parsing of --move argument Detailed log of new commits: commit 9ebae18e46d281a7523b161d364fcdcb908d62e1 Author: Self-Perfection Date: Sat Sep 28 14:50:07 2019 +0200 paccache: Fix parsing of --move argument Signed-off-by: Alexander Meshcheryakov Message-Id: <20190928125007.652434-1-johannes at kyriasis.com> Signed-off-by: Johannes L?thberg Summary of changes: src/paccache.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.