summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD4
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e2543e1499d..926ae00d1387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 13:08:53 UTC 2017
+# Thu May 31 10:13:43 UTC 2018
pkgbase = fusiondirectory-plugin-mixedgroups
- pkgdesc = Simple addressbook plugin
- pkgver = 1.2
+ pkgdesc = Special group plugin for people who need to mix posixGroup and groupOfNames
+ pkgver = 1.2.1
pkgrel = 1
url = http://fusiondirectory.org/
install = fusiondirectory-plugin-mixedgroups.install
arch = any
- license = LGPL
+ license = GPL
depends = fusiondirectory>=1.0.9
- source = http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-plugins-1.2.tar.gz
- source = http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-1.2.tar.gz
- md5sums = b5e96dc4deaed932868a809769ef8a71
- md5sums = 5447138f0e37bebd9c2dbed41b787f27
+ source = http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-plugins-1.2.1.tar.gz
+ source = http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-1.2.1.tar.gz
+ md5sums = 7fef67005c308da8a20918a5220d29b2
+ md5sums = 839d334fd2fb9817c070e855cc9f1a37
pkgname = fusiondirectory-plugin-mixedgroups
diff --git a/PKGBUILD b/PKGBUILD
index 6bc6b98e3255..033276f9bf59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=fusiondirectory-plugin-mixedgroups
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="Special group plugin for people who need to mix posixGroup and groupOfNames"
arch=("any")
@@ -10,7 +10,7 @@ depends=("fusiondirectory>=1.0.9")
install=fusiondirectory-plugin-mixedgroups.install
source=("http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-plugins-${pkgver}.tar.gz"
"http://repos.fusiondirectory.org/sources/1.0/fusiondirectory/fusiondirectory-${pkgver}.tar.gz")
-md5sums=('b5e96dc4deaed932868a809769ef8a71' '5447138f0e37bebd9c2dbed41b787f27')
+md5sums=('7fef67005c308da8a20918a5220d29b2' '839d334fd2fb9817c070e855cc9f1a37')
package() {
cd ./fusiondirectory-plugins-${pkgver}