Skip to content

Commit d3d5ba9

Browse files
committed
Update PKGBUILDs for v0.7.0
1 parent 0b59c3d commit d3d5ba9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

PKGBUILD-bin

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Firstpick firstpick1992@proton.me
22
pkgname=pacsea-bin
3-
pkgver=0.6.2
3+
pkgver=0.7.0
44
_tag="v$pkgver"
55
pkgrel=1
66
pkgdesc="Fast TUI for searching, inspecting, and queueing pacman/AUR packages written in Rust (binary version)"
@@ -44,8 +44,8 @@ provides=("pacsea=${pkgver}")
4444
conflicts=('pacsea' 'pacsea-git')
4545
source=("Pacsea::https://github.com/Firstp1ck/Pacsea/releases/download/${_tag}/Pacsea"
4646
"Pacsea-${_tag}.tar.gz::https://github.com/Firstp1ck/Pacsea/archive/refs/tags/${_tag}.tar.gz")
47-
sha256sums=('bd10bed3c3e3c8230a2d345dfd0c69f13623d48ef73a240217ae25e765fe10cd'
48-
'540cd8f5ebc16ae97129bf278cbae535829c6e9c1f39815dd88837609c37fab3')
47+
sha256sums=('4a5ac5c8c19a94010d59c6cf9e981ca6f0247193eac4a1d0a4be9f5aad954de9'
48+
'f676a640397c637fc36ba2be01091d955538ed3426bcaa2e56a248747eecaa3a')
4949

5050
package() {
5151
# GitHub tarballs from tags extract to Pacsea-<version> (without 'v' prefix)

PKGBUILD-git

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Firstpick firstpick1992@proton.me
22
pkgname=pacsea-git
3-
pkgver=0.6.2
3+
pkgver=0.7.0
44
pkgrel=1
55
pkgdesc="Fast TUI for searching, inspecting, and queueing pacman/AUR packages written in Rust (git version)"
66
arch=('x86_64')
@@ -35,7 +35,7 @@ optdepends=(
3535
'semgrep-bin: static analysis checks'
3636
'shellcheck: lint shell scripts'
3737
'downgrade: Downgrade of Packages'
38-
'pacman-contrib: Used as a fallback for update checking'
38+
'pacman-contrib: Used as a fallback for update checking'
3939
)
4040

4141
makedepends=('cargo' 'git')

0 commit comments

Comments
 (0)