summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-03-30 10:59:45 -0400
committerJameson Pugh2016-03-30 10:59:45 -0400
commit0fbe6123449513758b5848afef8aab70850a08f6 (patch)
tree27b9b455aaa4a4212d7a0015400a1cebcd62b0f4
parente94dec5632d55e10243afb7e1f5c1ee3c0b5d9f2 (diff)
downloadaur-0fbe6123449513758b5848afef8aab70850a08f6.tar.gz
v1.1.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45f6fa05ae36..18764844a7b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = 389-adminutil
pkgdesc = Utility library for 389 administration
- pkgver = 1.1.21
+ pkgver = 1.1.22
pkgrel = 1
url = http://directory.fedoraproject.org/
install = 389-adminutil.install
@@ -9,8 +9,8 @@ pkgbase = 389-adminutil
license = GPL
depends = 389-ds-base
depends = mozldap
- source = http://directory.fedoraproject.org/sources/389-adminutil-1.1.21.tar.bz2
- sha256sums = a2f2c811d606bf8da71226ae4fa64322f585160cac415afb73c16ea7d7dab06d
+ source = http://directory.fedoraproject.org/sources/389-adminutil-1.1.22.tar.bz2
+ sha256sums = d6eff92baef515045a6c9f1e77e04e623b0d20306fd4507a53c5ead3ab2af9cd
pkgname = 389-adminutil
diff --git a/PKGBUILD b/PKGBUILD
index d58bdc27f81a..5e2f23f43c5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Det <nimetonmaili g-mail>
# Contributor: Sergio A. Morales <sergiomorales@archlinux.cl>
pkgname=389-adminutil
-pkgver=1.1.21
+pkgver=1.1.22
pkgrel=1
pkgdesc="Utility library for 389 administration"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('389-ds-base' 'mozldap')
source=("http://directory.fedoraproject.org/sources/$pkgname-$pkgver.tar.bz2")
install=$pkgname.install
-sha256sums=('a2f2c811d606bf8da71226ae4fa64322f585160cac415afb73c16ea7d7dab06d')
+sha256sums=('d6eff92baef515045a6c9f1e77e04e623b0d20306fd4507a53c5ead3ab2af9cd')
build() {
cd $pkgname-$pkgver