summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2017-10-08 22:34:39 +0000
committeroli2017-10-08 22:34:39 +0000
commit0c5540c8de3a49afd01ef09a838c514878324ce7 (patch)
tree3885792a128f044c5183f912c6040326f7d80c11
parent00e5fc36b4265203f1abc35e4088d90389b6511e (diff)
downloadaur-0c5540c8de3a49afd01ef09a838c514878324ce7.tar.gz
Fixed license and updated SCRINFO
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b500346675d..bcddd9883539 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = tt-rss-auth-ldap-git
pkgdesc = Tiny Tiny RSS plugin for LDAP authentication
- pkgver = r24.b5a990c
+ pkgver = r44.c4a2073
pkgrel = 1
url = https://github.com/hydrian/TTRSS-Auth-LDAP
arch = any
- license = GPL2
+ license = BSD
makedepends = git
depends = tt-rss
depends = php-ldap
- depends = pear-net-ldap2
provides = tt-rss-auth-ldap
conflicts = tt-rss-auth-ldap
source = git+https://github.com/hydrian/TTRSS-Auth-LDAP.git
diff --git a/PKGBUILD b/PKGBUILD
index 30cc8238cfb5..f7c57c9bef34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,5 @@
+# Maintainer: Oliver Paschke <oli.paschke@gmail.com>
+
pkgname=tt-rss-auth-ldap-git
_gitname=TTRSS-Auth-LDAP
pkgver=r44.c4a2073
@@ -5,7 +7,7 @@ pkgrel=1
pkgdesc="Tiny Tiny RSS plugin for LDAP authentication"
arch=('any')
url="https://github.com/hydrian/TTRSS-Auth-LDAP"
-license=('GPL2')
+license=('BSD')
depends=('tt-rss' 'php-ldap')
makedepends=('git')
provides=('tt-rss-auth-ldap')
@@ -23,4 +25,3 @@ package() {
install -d -m755 "$pkgdir/usr/share/webapps/tt-rss/plugins/auth_ldap/"
install -D -m644 plugins/auth_ldap/init.php "$pkgdir/usr/share/webapps/tt-rss/plugins/auth_ldap/"
}
-