summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhwangeug2023-11-08 19:55:26 -0800
committerhwangeug2023-11-08 19:55:26 -0800
commit74db0890b630b47b58ccc43af3787b32a6474c6c (patch)
tree86febef26ce1a99434e7e73fb31c191f772ce2e6 /PKGBUILD
parentbed5b103fab4627fb5e7ce1f75262db1b988097e (diff)
downloadaur-single-file-git.tar.gz
remove references to git submodules
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)"