summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b7df8b1d445..7479818afcc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = paru-git
pkgdesc = AUR helper based on yay
- pkgver = 1.0.1.r0.ge58d7f8
+ pkgver = 1.0.2.r8.g5e910d9
pkgrel = 1
url = https://github.com/morganamilo/paru
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 1b64f2c3293e..8619212d2d04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Morgan <morganamilo@archlinux.org>
pkgname=paru-git
_pkgname=paru
-pkgver=1.0.1.r0.ge58d7f8
+pkgver=1.0.2.r8.g5e910d9
pkgrel=1
pkgdesc='AUR helper based on yay'
url='https://github.com/morganamilo/paru'
@@ -20,7 +20,7 @@ build () {
cd "$srcdir/$_pkgname"
if pacman -T pacman-git > /dev/null; then
- _features+="git,generate,"
+ _features+="git,"
fi
if [[ $(rustc -V) == *"nightly"* ]]; then