Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2022-08-09 12:32:59 +02:00
parent 10df9179b4
commit a0fb81434f
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.0
pkgver = 1.5.1
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.0.tar.gz
sha256sums = f1ba1b6b96e49a56769f6c8d5b0ff0a831ca94409f0e9e2a0052da1cc8b2035e
source = https://github.com/moson-mo/pacseek/archive/v1.5.1.tar.gz
sha256sums = 6ce283e8909ebfc61f21af6a9c5446059c401e63272c1b75eab3507c12f40b6d
pkgname = pacseek

View file

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