summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormoson-mo2022-08-13 18:20:59 +0200
committermoson-mo2022-08-13 18:20:59 +0200
commita7b0c6fb3ea59d248681480957439fbfb326c912 (patch)
treee0d5eb1b350dd903e3a4a6e5869e206f91acb245
parenta0fb81434fd7f03eea357bd3716c6decb82967bb (diff)
downloadaur-a7b0c6fb3ea59d248681480957439fbfb326c912.tar.gz
v1.5.2
Signed-off-by: moson-mo <mo-son@mailbox.org>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439631329e34..1e331c52c33d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 8103f0c78740..200e08677427 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"