aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbaris-inandi2022-08-01 01:00:33 +0300
committerbaris-inandi2022-08-01 01:00:33 +0300
commitb56bc0e8f67f87b3ec632b0ff8b4352e91f3b28a (patch)
tree024a59b57c13878c83ad8a0744b260bb9eec7ade
parent4594d36f2f020bebb47fdd1f88ae1dce1154b912 (diff)
downloadaur-b56bc0e8f67f87b3ec632b0ff8b4352e91f3b28a.tar.gz
1.0.1
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 90212322639f..2fe702340ff6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -65,7 +65,7 @@ go.work
.LSOverride
# Icon must end with two \r
-Icon
+Icon
# Thumbnails
._*
@@ -143,3 +143,4 @@ $RECYCLE.BIN/
# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,go,archlinuxpackages
# Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option)
+fe
diff --git a/PKGBUILD b/PKGBUILD
index 51e509e21f5f..509a68de74da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
Maintainer="baris-inandi"
pkgname=fe
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
epoch=
pkgdesc="AUR helper with a familiar subcommand system"
@@ -26,5 +26,6 @@ validpgpkeys=()
package() {
cd $pkgname
+ paru -S --skipreview --noconfirm --needed paruz
make install
}