Package Details: trizen 1:1.68-1

Git Clone URL: https://aur.archlinux.org/trizen.git (read-only, click to copy)
Package Base: trizen
Description: Trizen AUR Package Manager: lightweight pacman wrapper and AUR helper.
Upstream URL: https://github.com/trizen/trizen
Keywords: aur aur-helper helper
Licenses: GPL3
Submitter: trizen
Maintainer: trizen
Last Packager: trizen
Votes: 316
Popularity: 1.77
First Submitted: 2010-07-07 10:21 (UTC)
Last Updated: 2022-12-02 10:54 (UTC)

Required by (7)

Sources (1)

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »

daimonion commented on 2011-11-06 23:42 (UTC)

I've found the source aforementioned problem. In line 696 change system qq[$sudo_or_su "$pacman -S $pkgname"]; into system "$sudo_or_su $pacman -S $pkgname"; and trizne will normally install a package from official repos. I don't know if this will break any other feature, though. So far everything is working normally.

daimonion commented on 2011-11-06 16:02 (UTC)

No problem, I liked your program, it' really amazing: simple and lightweight, with minimum dependencies. I still have this error when trying to install programs from official repositories: $ trizen -S conky =>> Installing 'conky' with pacman Sudo Password: sudo: pacman -S conky: command not found I don't know if this is supported at all. Also, there are features I miss from yaourt, I would like to see them in trizen if possible: 1. I can view all local packages in yaourt by issuing yaourt -Qma command which looks like this: http://img850.imageshack.us/img850/9836/yaourt.png 2. Don't know how to explain, so here's a picture: http://img254.imageshack.us/img254/9848/yaourtsysupg.png Feature 2. is questionable, I figure you didn't imagined trizen as a wrapper for every pacman function. But feature 1. would be nice to have: it's just a 'pacman -Qm' command but colored, and displays which packages are available on AUR. :)

trizen commented on 2011-11-06 14:06 (UTC)

Fixed. You're a good tester :)

daimonion commented on 2011-11-06 13:38 (UTC)

Sorry to bother you again, another error came up: [14:36:09] mladen@demon ~/Programi/pkgbuilds/quadkonsole $ trizen -U quadkonsole4-0.4.3-1-x86_64.pkg.tar.xz * Installing: /home/mladen/Programi/pkgbuilds/quadkonsole/quadkonsole4-0.4.3-1-x86_64.pkg.tar.xz Sudo error: '': wrong or NULL argument passed

trizen commented on 2011-11-06 12:11 (UTC)

Added.

daimonion commented on 2011-11-06 11:51 (UTC)

Here's the patch for the feature I need: http://pastebin.com/zQhWd7Ky It's ugly, I know, but: good bye yaourt! :D

daimonion commented on 2011-11-06 11:29 (UTC)

Sorry to bother again, I have another error: [12:27:00] mladen@demon ~ $ trizen -Ss bleachbit community/bleachbit 0.9.0-1 [0,26 MB] Deletes unneeded files to free disk space and maintain privacy 1. bleachbit-svn 2526-1 [out-of-date] (34+) (multimedia) Deletes unneeded files to free disk space and maintain privacy [12:27:04] mladen@demon ~ $ trizen -S bleachbit =>> Installing 'bleachbit' with pacman Sudo Лозинка: sudo: pacman -S bleachbit: command not found

daimonion commented on 2011-11-06 11:20 (UTC)

If you add an option to move the built package to the pacman cache directory (using 'su' to execute the mv command), I'll ditch the yaourt! :D

trizen commented on 2011-11-06 10:46 (UTC)

Fixed. Thanks!