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 98131dab7149..51a41ae2c18f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parui-git
pkgdesc = Simple TUI frontend for paru or yay.
pkgver = 1.0.11.r0.63af503
- pkgrel = 3
+ pkgrel = 2
url = https://github.com/Vonr/parui
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 14a8ebf12f10..4a9f174c3ba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=parui
pkgname=${_pkgname}-git
pkgver=1.0.11.r0.63af503
-pkgrel=1
+pkgrel=2
pkgdesc="Simple TUI frontend for paru or yay."
arch=('x86_64')
url="https://github.com/Vonr/parui"
@@ -31,8 +31,7 @@ build() {
export CARGO_TARGET_DIR=target
export CFLAGS="$CFLAGS -fno-lto"
- # cargo build --release
- cargo build --release --locked
+ cargo build --release
}
package() {