summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-03-31 09:13:34 -0400
committerPatrick Northon2021-03-31 09:13:34 -0400
commit7f0e71324e0e49bdea4ec19a374343da5485036f (patch)
treec1d3b35ae0708460a2b439e3f0f203be28c4bc69
parent99254cd5c78f0650cade4db9909fcaa29633092f (diff)
downloadaur-7f0e71324e0e49bdea4ec19a374343da5485036f.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 bc4c9a160db2..80be8fac6b03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = authselect
pkgdesc = Authselect is a tool to select system authentication and identity sources from a list of supported profiles.
- pkgver = 1.2.2
- pkgrel = 2
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://github.com/authselect/authselect
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = https://github.com/authselect/authselect/archive/refs/tags/1.2.2.tar.gz
- sha256sums = 1b0d7b1c2a83734b4fefc06355d7a6965d5fefa62d99944cdff1e835d7b91105
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.2.3.tar.gz
+ sha256sums = dcb0e6541e7b4f263360086eeffbe439c82bef2befa0c649ed5ace9d4df5ff33
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index e8695097fd01..cf83ddc33fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.2.2
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc="Authselect is a tool to select system authentication and identity sources from a list of supported profiles."
arch=('i686' 'x86_64')
url="https://github.com/authselect/authselect"
@@ -12,7 +12,7 @@ provides=('authconfig')
conflicts=('authconfig')
makedepends=()
source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('1b0d7b1c2a83734b4fefc06355d7a6965d5fefa62d99944cdff1e835d7b91105')
+sha256sums=('dcb0e6541e7b4f263360086eeffbe439c82bef2befa0c649ed5ace9d4df5ff33')
_srcdir="${pkgname}-${pkgver}"