You are not logged in.

#1 2017-02-09 15:32:30

aroc
Member
Registered: 2015-05-30
Posts: 5
Website

Update AUR git package

I was looking into obs-studio and I saw obs-studio-git in AUR, looking at the comments I understand that It's my job to update the package but I don't know what folder should I update using git pull. Or maybe updating just mean uninstalling the old package and installing the new version? I think I might be missing something.


#include <iostream> using namespace std; int main(){
while(lifes>0){  /*Goals here*/  lifes--; }  return 0; }

Offline

#2 2017-02-09 15:50:52

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: Update AUR git package

makepkg -sirc


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2017-02-09 15:51:28

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,534
Website

Re: Update AUR git package

Please read the wiki.

To update an AUR package, if you still have the build directory around with the PKGBUILD, just cd to that directory and run makepkg. If you want to install the new package at the same time also add the '-i' flag.  Read `man makepkg` for more options.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB