summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2021-12-06 19:39:04 -0500
committerPatrick Northon2021-12-06 19:39:04 -0500
commit706dfa1f3791d44f054d38f86bb2170595c26eec (patch)
treecdbf0a5c96cf54369a97af5c922b202a97538dae
parent116995e7fac5f1a0a687b213dcf868fc8d2eeb26 (diff)
downloadaur-706dfa1f3791d44f054d38f86bb2170595c26eec.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 4a5f62b6d821..5fb5d41b4d9c 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.2.4
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/authselect/authselect
arch = i686
@@ -11,7 +11,7 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = https://github.com/authselect/authselect/archive/refs/tags/1.2.4.tar.gz
- sha256sums = 92c576d0bf03d97025a451dfc65e203c40537220f89e6569e8de68325f7c6f6e
+ source = https://github.com/authselect/authselect/archive/refs/tags/1.3.0.tar.gz
+ sha256sums = f472b7dbad824ffcc250cde8e2e8e810d5818cfaee15315c95f2b0180864efe7
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index c5e5acb07839..8c00a2329b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
pkgname=authselect
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="Authselect is a 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=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('92c576d0bf03d97025a451dfc65e203c40537220f89e6569e8de68325f7c6f6e')
+sha256sums=('f472b7dbad824ffcc250cde8e2e8e810d5818cfaee15315c95f2b0180864efe7')
_srcdir="${pkgname}-${pkgver}"