summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2015-08-13 21:55:19 +0200
committerStefan Auditor2015-08-13 21:55:19 +0200
commitefa618681b1f6a7f43332ca6bfe743275b69333a (patch)
tree00f1228b7befb161b414f6e4498b1e705a7c4247
parenta288081f55028a4fc6600b9b4cabd5ec381318f3 (diff)
downloadaur-efa618681b1f6a7f43332ca6bfe743275b69333a.tar.gz
Update license information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b6c698128c..0adc5be9c483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = phpdox
pkgdesc = Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)
pkgver = 0.8.1.1
- pkgrel = 2
+ pkgrel = 3
url = http://phpdox.de
install = phpdox.install
arch = any
- license = custom
+ license = BSD
depends = php>=5.3.3
depends = php-xsl
source = https://github.com/theseer/phpdox/releases/download/0.8.1.1/phpdox-0.8.1.1.phar
diff --git a/PKGBUILD b/PKGBUILD
index 59c3180ae471..ec304e7d18f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname='phpdox'
pkgver='0.8.1.1'
-pkgrel=2
+pkgrel=3
pkgdesc="Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)"
url="http://phpdox.de"
-license=('custom')
+license=('BSD')
install="${pkgname}.install"
arch=('any')
depends=('php>=5.3.3' 'php-xsl')