You are not logged in.

#1 2017-08-09 14:40:57

balance
Member
Registered: 2017-02-17
Posts: 64

How to update an AUR Package using cower

Hi,

so I downloaded Cower today and according to the docs I should be able to update an AUR Package using "cower -u <packagename>". This does e.g. download the newest version of discord, but it seems that it doesn't install it at all. Isn't it supposed to also start the installation/updating process? The docs aren't clear here, am I supposed to run makepkg on myself or I'm doing something wrong here?

Edit: I see 2 possible problems which are discord package related. It seems it got a new AUR dependency, no idea how cower manages this. The second problem is, that this AUR dependencies pgp key wasn't in the keyring. cowers verbose flag didn't report anything of this.

Last edited by balance (2017-08-09 14:50:51)

Offline

#2 2017-08-09 15:15:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,619

Re: How to update an AUR Package using cower

No cower is just an AUR/PKGBUILD download handler, building and installing are still responsibilites of makepkg and pacman, respectively.

Edit: This means that problem 2 becomes irrelevant since that happens at the makepkg step and problem 1 is answered by the documentation, namely passing -dd

Last edited by V1del (2017-08-09 15:22:45)

Offline

#3 2017-08-09 17:24:09

adesh
Member
Registered: 2016-10-05
Posts: 167

Re: How to update an AUR Package using cower

@balance, If you are looking at cower, you may be interested in pacaur, a nice AUR helper which uses cower as backend. Hopefully it would easily accomplish what you want to do with cower. See also: pacaur thread

Offline

#4 2017-08-10 10:04:13

balance
Member
Registered: 2017-02-17
Posts: 64

Re: How to update an AUR Package using cower

ah thanks for the clarification! I might look into pacaur.

Offline

#5 2017-08-10 10:37:57

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,619

Re: How to update an AUR Package using cower

Please mark as [SOLVED] by editing the title of your initial post if you feel that it is.

Last edited by V1del (2017-08-10 10:38:18)

Offline

#6 2017-08-10 19:33:59

cirrus
Member
From: Glasgow Scotland
Registered: 2012-08-24
Posts: 340
Website

Re: How to update an AUR Package using cower

To answer ops question  for any future travellers

cower -d pkgname 
 cd pkgname 
makepkg -sric 

See wiki for more on makepkg.

Offline

Board footer

Powered by FluxBB