summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 537991cb15c9..25c2e58a4c07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=single-file
pkgname=single-file-git
-pkgver=r28.f322798
-pkgrel=2
+pkgver=r225.763be4d
+pkgrel=3
pkgdesc="Command line tool to download a web page into a single HTML file"
arch=('any')
url="https://github.com/gildas-lormeau/single-file-cli"
@@ -14,11 +14,6 @@ provides=('single-file')
source=("${_pkgname}::git+https://github.com/gildas-lormeau/single-file-cli.git")
sha256sums=('SKIP')
-prepare() {
- git submodule init
- git submodule update
-}
-
pkgver() {
cd "${srcdir}/${_pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"