summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD26
2 files changed, 18 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0bb44f94ee8..58d52fd2a546 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pwm
- pkgdesc = A password self service application for LDAP directories.
+ pkgdesc = A password self service application for LDAP directories
pkgver = 1.7.1
pkgrel = 0.1
url = https://github.com/pwm-project/pwm
arch = any
- license = GPL2
+ license = custom
makedepends = unzip
depends = java-runtime
source =
diff --git a/PKGBUILD b/PKGBUILD
index 6fff55ef2a4a..22bfd2bbb553 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,24 @@
-###
-### Note I abandoned trying to get this working because the project doesn't even
-### have a download URL that is sanely parsable and installing WAR files that
-### need 1Gig free space for a user password reset tool seemed a bit out of
-### hand to me.
-###
-# Maintainer: Caleb Maclennan <caleb@alerque.com>
+# Maintainer:
+# Note I abandoned trying to get this working because the project doesn't even
+# have a download URL that is sanely parsable and installing WAR files that
+# need 1Gig free space for a user password reset tool seemed a bit out of
+# hand to me.
+# After 3 years worth of trying to get a sane package together and multiple
+# requests for the upstream to tag versions or do anything to make external
+# builds easier and having all the issues closed because it's not something
+# they are interested in encouraging (likely because they are trying to push
+# people to use their hosted version instead of the OSS project), I am finally
+# out. I have no interest in figting for something I no longer have an interest
+# in using.
+# Contributor: Caleb Maclennan <caleb@alerque.com>
pkgname=pwm
pkgver=1.7.1
pkgrel=0.1
-url="https://github.com/pwm-project/pwm"
-pkgdesc="A password self service application for LDAP directories."
+url='https://github.com/pwm-project/pwm'
+pkgdesc='A password self service application for LDAP directories'
arch=('any')
-license=('GPL2')
+license=('custom')
depends=('java-runtime')
makedepends=('unzip')
source=("")