summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2024-01-18 16:36:36 -0500
committerPatrick Northon2024-01-18 16:36:36 -0500
commit9b812f1ac74bd2f5cf22263c43a8b776910002b6 (patch)
treefced91a8d7c6841f2d47b343057b4fab97f4e038
parent2d0bb24f293071c0ea6fd81669bc9c3955e87a87 (diff)
downloadaur-9b812f1ac74bd2f5cf22263c43a8b776910002b6.tar.gz
Update version.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f90b35837af..40b141ffd3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authselect
pkgdesc = Tool to select system authentication and identity sources from a list of supported profiles.
- pkgver = 1.4.3
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/authselect/authselect
arch = i686
@@ -11,7 +11,7 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = authselect-1.4.3.tar.gz::https://github.com/authselect/authselect/archive/refs/tags/1.4.3.tar.gz
- sha256sums = 3ed6f03323ed98b6270cc3aa913533d8ba73079bc0160ce85461030963b6b21c
+ source = authselect-1.5.0.tar.gz::https://github.com/authselect/authselect/archive/refs/tags/1.5.0.tar.gz
+ sha256sums = 11e8f1c3ecc4a3c30668a0cb644601f55c0473c47bbcd1e0d0e73d92721f19b0
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index 3fc7fe44ae38..e1821f0b8348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.4.3
+pkgver=1.5.0
pkgrel=1
pkgdesc="Tool to select system authentication and identity sources from a list of supported profiles."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ provides=('authconfig')
conflicts=('authconfig')
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('3ed6f03323ed98b6270cc3aa913533d8ba73079bc0160ce85461030963b6b21c')
+sha256sums=('11e8f1c3ecc4a3c30668a0cb644601f55c0473c47bbcd1e0d0e73d92721f19b0')
_srcdir="${pkgname}-${pkgver}"