summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2023-10-25 11:08:08 +0200
committerConnor Etherington2023-10-25 11:08:08 +0200
commit683a8399dd8dfeaf0aeb772856f4a30078c2d397 (patch)
tree8a86608a8ba3bd05b262f651b5bad6a363b813fd
parent33098d655dcca1a76c1dee667f9b54749028725b (diff)
downloadaur-683a8399dd8dfeaf0aeb772856f4a30078c2d397.tar.gz
Auto-Commit Update - 2023.10.25
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--lfp.install2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57487d6c5ea1..d9bb52e0f83f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,7 +29,7 @@ pkgbase = lfp
conflicts = lfp-git
source = https://software.concise.cc/x86_64/lfp-4.1.2-1-x86_64.pkg.tar.xz
validpgpkeys = 81BACEEBC3EA26E127166E4A819BB92A9A48160E
- md5sums = 0a0fd08d54b031fc0ac4858bdfddfa72
- sha512sums = cff9e2e67a9881a1f5602f6ada836810ae6b15697719f1dab5e06668bb442bdf29f53885b38be62e7000d33d59754c8bc4c6b3a10dd0653cd69dae5cbeb0977e
+ md5sums = 207a27dfc6ee66f6bd086b2c4efd9706
+ sha512sums = 364913c39157513473e4bf4acd7c93715568c1afc591ec59c2cfcd707a6f13c316a59ab164fc0cfb17d0a5f4849afa61a04a4d7890abc80e4482fcbb5e47b308
pkgname = lfp
diff --git a/PKGBUILD b/PKGBUILD
index 64caeb42f55c..3dba7a313907 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,10 @@ source=(
"https://software.concise.cc/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.xz"
)
sha512sums=(
- 'cff9e2e67a9881a1f5602f6ada836810ae6b15697719f1dab5e06668bb442bdf29f53885b38be62e7000d33d59754c8bc4c6b3a10dd0653cd69dae5cbeb0977e'
+ '364913c39157513473e4bf4acd7c93715568c1afc591ec59c2cfcd707a6f13c316a59ab164fc0cfb17d0a5f4849afa61a04a4d7890abc80e4482fcbb5e47b308'
)
md5sums=(
- '0a0fd08d54b031fc0ac4858bdfddfa72'
+ '207a27dfc6ee66f6bd086b2c4efd9706'
)
validpgpkeys=(
'81BACEEBC3EA26E127166E4A819BB92A9A48160E'
diff --git a/lfp.install b/lfp.install
index 628dbf38c67b..1368b734ebf3 100644
--- a/lfp.install
+++ b/lfp.install
@@ -2,8 +2,10 @@ install(){
which npm >/dev/null 2>&1 && {
npm install -g /usr/share/lfp/ocr --unsafe-perm=true --allow-root ||
npm install /usr/share/lfp/ocr --user
+ }
}
+
post_install() {
install
echo -e "\n \033[1;33m[+]\e[0;1;32m For on-exit directory changing, add the following line to your bash/zshrc\e[0m :\e[36m\n\n source '/usr/share/lfp/lfpcd'\n\n\n\e[0m"