> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# AUR Helper Paru 2.0 Upgrade is Here With Features for Power Users
- URL: https://itsfoss.com/news/aur-helper-paru-2-0/
- Published: 2023-11-29T10:40:33.000Z
- Updated: 2023-11-30T04:32:19.000Z
- Description: Paru 2.0 release has landed after a long time.
- Author: Sourav Rudra
- Tags: Application Releases, News, #Import 2025-11-08 21:15

For those who are unfamiliar, Paru is an [AUR helper](https://wiki.archlinux.org/title/AUR%5Fhelpers?ref=itsfoss.com) that automates the tedious process of manually building [PKGBUILD](https://wiki.archlinux.org/title/PKGBUILD?ref=news.itsfoss.com)s for installing packages on Arch Linux.

It has gotten a new major release in the form of **Paru 2.0**, that has some important improvements.

Let's see what this release of Paru has to offer.

🚧

Before we begin, you need to ensure that you know how to troubleshoot your way around when using AUR helpers to build packages. If you are new to Linux, you should stick to your package manager.

## 🆕 Paru 2.0: What's New?

![a screenshot of paru 2.0 being installed](https://itsfoss.com/content/images/2023/11/Paru_2.0.png)

Paru 2.0 release is **an update that aims to bring some major changes**, and is mostly aimed at power users.

This release comes more than a year after the last major release. The developer said that he didn't have enough spare time and there were many changes that needed to be done.

The developer also added that:

> As there's not been a release in so long, consider a lot of the things here not battle tested, with a .1 patch to follow.

So, keeping that in mind, let's take a look at the **highlights of the Paru 2.0 release**.

It is now **possible to integrate non-AUR PKGBUILDs into the build engine**. You can add other “pkgbuild” repositories to your paru.conf by using the following command:

```
[repo_name]
Url = https://path/to/git/repo
```

Then syncing up the repo with:

```
paru -Sy --pkgbuilds
```

Moreover, you can specify a path to point to a local pkgbuild repo.

These repos have a **higher priority than AUR**, and also allow for the inclusion of AUR dependencies in them.

Another neat feature is the new **automatic pkgbuild repo** named " . ", which is invisible in the paru.conf.

This allows for executing a '*paru -S ./foo*' command, where 'foo' is the name of a package under the current directory.

What this results in is the ability to have a bunch of pkgbuilds in the same directory that depend on each other, and you can build any one of them using the aforementioned command.

When you build them, **Paru will take care of solving and building the dependencies from the pkgbuilds in the directory itself**.

### 🛠️ Other Changes and Improvements

Other than the ones mentioned above, here are some other changes:

- A fix for *no sudo* when running *paru -Sc*.
- Dates now use the local time zone from your system.
- Provide searching has been improved, and it now enabled by default.
- Removed confirmation for pacman install after final paru confirmation is done.
- *\--chroot* does not require local repos anymore, but it works better with those around.

For a more in-depth look into this release, you may go through the [release notes](https://github.com/Morganamilo/paru/releases/tag/v2.0.0?ref=itsfoss.com).

## 📥 Get Paru 2.0

If you installed Paru from AUR, then you can upgrade to the 2.0 release from there. But, if you built it, you could try the *\-U* flag to update or build it again.

If you are installing it for the first time, head over to its [GitHub repo](https://github.com/Morganamilo/paru/?ref=itsfoss.com) and follow the installation instructions.

[Paru 2.0 (GitHub)](https://github.com/Morganamilo/paru/releases/tag/v2.0.0?ref=itsfoss.com)

If you are eager to **know more about Paru**, or want to **learn how to install it**. I highly suggest you go through our article on [Paru AUR helper](https://itsfoss.com/paru-aur-helper/):

[Paru - AUR Helper and Pacman Wrapper Based on YayParu is a new AUR helper based on Yay. It is written in Go and gives you a feature rich experience with AUR packages in Arch Linux.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSDimitrios![](https://itsfoss.com/content/images/wordpress/2021/02/PARU-aur-helper.png)](https://itsfoss.com/paru-aur-helper/)

*💬 Arch users, are you hyped about this release of Paru? Let us know!*