Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2022-08-13 18:20:59 +02:00
parent a0fb81434f
commit a7b0c6fb3e
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = pacseek
pkgdesc = A terminal user interface for searching and installing Arch Linux packages
pkgver = 1.5.1
pkgver = 1.5.2
pkgrel = 1
url = https://github.com/moson-mo/pacseek
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = pacseek
optdepends = xdg-utils: open URL on click support
optdepends = curl: show PKGBUILD support
optdepends = less: show PKGBUILD support
source = https://github.com/moson-mo/pacseek/archive/v1.5.1.tar.gz
sha256sums = 6ce283e8909ebfc61f21af6a9c5446059c401e63272c1b75eab3507c12f40b6d
source = https://github.com/moson-mo/pacseek/archive/v1.5.2.tar.gz
sha256sums = ca1d98776485300698103c5ea16dd402d56e36d6429d99708e535ef53ee6d419
pkgname = pacseek

View file

@ -1,7 +1,7 @@
# Maintainer: Mario Oenning <mo-son at mailbox dot org>
pkgname=pacseek
pkgver=1.5.1
pkgver=1.5.2
pkgrel=1
pkgdesc='A terminal user interface for searching and installing Arch Linux packages'
arch=('x86_64' 'aarch64')
@ -13,7 +13,7 @@ optdepends=('xdg-utils: open URL on click support'
'curl: show PKGBUILD support'
'less: show PKGBUILD support')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('6ce283e8909ebfc61f21af6a9c5446059c401e63272c1b75eab3507c12f40b6d')
sha256sums=('ca1d98776485300698103c5ea16dd402d56e36d6429d99708e535ef53ee6d419')
prepare(){
cd "$pkgname-$pkgver"