This commit is contained in:
moson-mo 2022-03-31 19:17:55 +02:00
parent 7a04ff9a3d
commit 1b88ae81fb
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = pacseek-bin
pkgdesc = A terminal user interface for searching and installing Arch Linux packages (binary version)
pkgver = 0.2.2
pkgver = 0.2.3
pkgrel = 1
url = https://github.com/moson-mo/pacseek
arch = x86_64
@ -8,11 +8,11 @@ pkgbase = pacseek-bin
depends = pacman
provides = pacseek
conflicts = pacseek
source = https://github.com/moson-mo/pacseek/releases/download/v0.2.2/pacseek-linux-x64-v0.2.2.tar.gz
source = LICENSE-0.2.2::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.2/LICENSE
source = pacseek.desktop-0.2.2::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.2/assets/pacseek.desktop
source = pacseek.png-0.2.2::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.2/assets/pacseek.png
sha256sums = 38d1727484a681d150bf988c2aa4ce56367a12af5e82050e00cec76da866295f
source = https://github.com/moson-mo/pacseek/releases/download/v0.2.3/pacseek-linux-x64-v0.2.3.tar.gz
source = LICENSE-0.2.3::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.3/LICENSE
source = pacseek.desktop-0.2.3::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.3/assets/pacseek.desktop
source = pacseek.png-0.2.3::https://raw.githubusercontent.com/moson-mo/pacseek/v0.2.3/assets/pacseek.png
sha256sums = a76a33e94d14cfdd98c2530a427ad590b1318bf7b6ac1e68de3d17900b04ac8b
sha256sums = 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643
sha256sums = f0ac9fc9cd0ff0f601dbc21f64ca11d24a68ea157d32904caecc5d0214c9bc5b
sha256sums = 270ac93d5a7e92f8990c48857d772e800ac59cb9a877be8d9c296e6dd42c59e6

View file

@ -2,7 +2,7 @@
_pkgname=pacseek
pkgname=pacseek-bin
pkgver=0.2.2
pkgver=0.2.3
pkgrel=1
pkgdesc='A terminal user interface for searching and installing Arch Linux packages (binary version)'
arch=('x86_64')
@ -15,7 +15,7 @@ source=("$url/releases/download/v$pkgver/$_pkgname-linux-x64-v$pkgver.tar.gz"
"LICENSE-$pkgver::https://raw.githubusercontent.com/moson-mo/$_pkgname/v$pkgver/LICENSE"
"$_pkgname.desktop-$pkgver::https://raw.githubusercontent.com/moson-mo/$_pkgname/v$pkgver/assets/$_pkgname.desktop"
"$_pkgname.png-$pkgver::https://raw.githubusercontent.com/moson-mo/$_pkgname/v$pkgver/assets/$_pkgname.png")
sha256sums=('38d1727484a681d150bf988c2aa4ce56367a12af5e82050e00cec76da866295f'
sha256sums=('a76a33e94d14cfdd98c2530a427ad590b1318bf7b6ac1e68de3d17900b04ac8b'
'8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643'
'f0ac9fc9cd0ff0f601dbc21f64ca11d24a68ea157d32904caecc5d0214c9bc5b'
'270ac93d5a7e92f8990c48857d772e800ac59cb9a877be8d9c296e6dd42c59e6')