Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2022-08-09 11:36:13 +02:00
parent e1b2f185d7
commit 10df9179b4
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.4.9
pkgver = 1.5.0
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.4.9.tar.gz
sha256sums = 4c954622ad0a85852fc892ee6993bc5f432983c449c438ed65ae367cfbafc255
source = https://github.com/moson-mo/pacseek/archive/v1.5.0.tar.gz
sha256sums = f1ba1b6b96e49a56769f6c8d5b0ff0a831ca94409f0e9e2a0052da1cc8b2035e
pkgname = pacseek

View file

@ -1,7 +1,7 @@
# Maintainer: Mario Oenning <mo-son at mailbox dot org>
pkgname=pacseek
pkgver=1.4.9
pkgver=1.5.0
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=('4c954622ad0a85852fc892ee6993bc5f432983c449c438ed65ae367cfbafc255')
sha256sums=('f1ba1b6b96e49a56769f6c8d5b0ff0a831ca94409f0e9e2a0052da1cc8b2035e')
prepare(){
cd "$pkgname-$pkgver"