summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBao Trinh2023-04-11 07:49:54 -0500
committerBao Trinh2023-04-11 07:49:54 -0500
commitd89ea28170f6f8cb60211bb2c3f0069c5e7e110d (patch)
tree59ac6f1d1d2bb425378167b78bc18c27e96f0aad
parent37ed55fef37e2b63992624ac6b38abb085b4b3b8 (diff)
downloadaur-d89ea28170f6f8cb60211bb2c3f0069c5e7e110d.tar.gz
0.17.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3ab736df28..a93862f37ecc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = realmd
pkgdesc = DBus service for joining hosts to Active Directory and FreeIPA realms
- pkgver = 0.17.0
+ pkgver = 0.17.1
pkgrel = 1
url = https://freedesktop.org/software/realmd/
arch = i686
@@ -19,8 +19,7 @@ pkgbase = realmd
depends = polkit
optdepends = sssd: Active Directory, FreeIPA, LDAP client
optdepends = samba: traditional Active Directory client
- source = https://github.com/freedesktop/realmd/archive/refs/tags/0.17.0.tar.gz
- sha256sums = 8188333705ec6c9eb7bc98ade2a5dc257b158272ae2d0365d446cbae59c56aec
+ source = https://github.com/freedesktop/realmd/archive/refs/tags/0.17.1.tar.gz
+ sha256sums = e8b51d5918418e9dc55006f0371831ab841f00a065baf2d001b6b5245f24a532
pkgname = realmd
-
diff --git a/PKGBUILD b/PKGBUILD
index 8cdf88d90e7a..37d4e19d94ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Mantas Mikulėnas <grawity@gmail.com>
pkgname=realmd
-pkgver=0.17.0
+pkgver=0.17.1
pkgrel=1
pkgdesc="DBus service for joining hosts to Active Directory and FreeIPA realms"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ optdepends=('sssd: Active Directory, FreeIPA, LDAP client'
'samba: traditional Active Directory client')
makedepends=(docbook-xsl git intltool python xmlto)
source=("https://github.com/freedesktop/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('8188333705ec6c9eb7bc98ade2a5dc257b158272ae2d0365d446cbae59c56aec')
+sha256sums=('e8b51d5918418e9dc55006f0371831ab841f00a065baf2d001b6b5245f24a532')
build() {
cd "$pkgname-$pkgver"