summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-09-27 13:13:18 -0400
committerPatrick Northon2023-09-27 13:13:18 -0400
commit2d0bb24f293071c0ea6fd81669bc9c3955e87a87 (patch)
treec8e2b4381732a2ee1c792ca1516b4ee5aaea7f8d
parent89600e975684d73ceff8989fd3be24ac82e8a42d (diff)
downloadaur-2d0bb24f293071c0ea6fd81669bc9c3955e87a87.tar.gz
Update version.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b752011d7fc..2f90b35837af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = authselect
- pkgdesc = Authselect is a tool to select system authentication and identity sources from a list of supported profiles.
- pkgver = 1.4.2
+ pkgdesc = Tool to select system authentication and identity sources from a list of supported profiles.
+ pkgver = 1.4.3
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.2.tar.gz::https://github.com/authselect/authselect/archive/refs/tags/1.4.2.tar.gz
- sha256sums = 5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad
+ source = authselect-1.4.3.tar.gz::https://github.com/authselect/authselect/archive/refs/tags/1.4.3.tar.gz
+ sha256sums = 3ed6f03323ed98b6270cc3aa913533d8ba73079bc0160ce85461030963b6b21c
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index 6c1ac7fe8d5a..3fc7fe44ae38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
-pkgdesc="Authselect is a tool to select system authentication and identity sources from a list of supported profiles."
+pkgdesc="Tool to select system authentication and identity sources from a list of supported profiles."
arch=('i686' 'x86_64')
url="https://github.com/authselect/authselect"
license=('GPL3')
@@ -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=('5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad')
+sha256sums=('3ed6f03323ed98b6270cc3aa913533d8ba73079bc0160ce85461030963b6b21c')
_srcdir="${pkgname}-${pkgver}"