summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f26ac08636d..bc98240da226 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gxrfetch-git
pkgdesc = A simple and customizable fetch program written in rust.
- pkgver = 0.8.1.r31.f9e1579
+ pkgver = 0.8.1.r33.e53a27c
pkgrel = 1
url = https://github.com/Goxore/gxrfetch
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index eb81c670d0dc..956c977b3220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Goxore <ggooxxoorree@gmail.com>
pkgname=gxrfetch-git
-pkgver=0.8.1.r31.f9e1579
+pkgver=0.8.1.r33.e53a27c
pkgrel=1
epoch=
pkgdesc="A simple and customizable fetch program written in rust."
@@ -34,6 +34,5 @@ build() {
}
package() {
- #cargo install --root="$pkgdir" gxrfetch
- cargo install --root="$pkgdir/opt" gxrfetch
+ cargo install --no-track --all-features --root "$pkgdir/usr/" gxrfetch
}