summaryrefslogtreecommitdiff
path: root/any/fsh-git/PKGBUILD
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-06-15 02:17:06 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-06-15 02:17:06 -0700
commitd72295b918da0b51648973f20b6c7ee568214eb1 (patch)
tree8530341c15b85d37d951efd908507d944f0ec337 /any/fsh-git/PKGBUILD
parent7e22ffb5ba35b7fa1699feddd70f4e7c381e0318 (diff)
remove dynotify, so no need to make
Diffstat (limited to 'any/fsh-git/PKGBUILD')
-rw-r--r--any/fsh-git/PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/any/fsh-git/PKGBUILD b/any/fsh-git/PKGBUILD
index 4412fd4..a0ce63c 100644
--- a/any/fsh-git/PKGBUILD
+++ b/any/fsh-git/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fsh-git
pkgver=r3.368c1b9
-pkgrel=2
+pkgrel=3
pkgdesc='My shell scripts utilities'
arch=('any')
url='https://git.flylightning.xyz/fsh'
@@ -19,11 +19,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-build() {
- cd "$srcdir/${pkgname%-git}"
- make
-}
-
package() {
cd "$srcdir/${pkgname%-git}"
make PREFIX=/usr DESTDIR="$pkgdir/" install