summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD20
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d582fb8f2938..e0bc803ae4bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = outfieldr
pkgdesc = TLDR client in zig
- pkgver = 1.0.0
+ pkgver = 1.0.2
pkgrel = 1
url = https://gitlab.com/ve-nt/outfieldr
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = outfieldr
makedepends = zig
provides = tldr
conflicts = tldr
- source = git+https://gitlab.com/ve-nt/outfieldr.git#tag=1.0.0
+ source = git+https://gitlab.com/ve-nt/outfieldr.git#tag=1.0.2
source = git+https://github.com/truemedian/zfetch.git
source = git+https://github.com/Hejsil/zig-clap.git#branch=zig-master
source = zig-tar::git+https://github.com/mattnite/tar.git
diff --git a/PKGBUILD b/PKGBUILD
index 6147b076326f..5faba0eaaa61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aulonsal <aulonsal at gmail dot com>
pkgname=outfieldr
-pkgver=1.0.0
+pkgver=1.0.2
pkgrel=1
pkgdesc='TLDR client in zig'
arch=('x86_64')
@@ -19,16 +19,14 @@ source=(
'git+https://github.com/alexnask/iguanaTLS.git'
'git+https://github.com/truemedian/hzzp.git'
)
-b2sums=(
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
-)
+b2sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
cd "$pkgname"