summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2019-10-24 10:42:02 +1300
committerGeorge Rawlinson2019-10-24 10:42:02 +1300
commit9028cba435adaaa5b3ba9a2d39eef09d61edbcb7 (patch)
tree3ee9b27c47ff00cdef0cca21cf57e6017e5fb4dc /PKGBUILD
parent242ada4692681eea9823c9c7d89426b07bd3630c (diff)
downloadaur-9028cba435adaaa5b3ba9a2d39eef09d61edbcb7.tar.gz
build: remove makedepends from package* functions
A recent change in pacman/makepkg does not like having makedepends set in the package* functions. Removing them for now. *sips coffee*
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6c35402b7c9..abdd07ca906d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgbase=awl
pkgname=('awl' 'awl-docs')
pkgver=0.60
-pkgrel=3
+pkgrel=4
pkgdesc="Andrew's Web Libraries"
arch=('any')
url="https://gitlab.com/davical-project/awl/"
@@ -22,7 +22,6 @@ sha512sums=('2604d92e6541da76be57c5700d360ffd512047ace951b1597c622456a2898871dc1
package_awl() {
pkgdesc="Andrew's Web Libraries - PHP Utility Libraries"
depends=('php')
- makedepends=()
optdepends=('awl-docs')
cd "${srcdir}/${pkgbase}-r${pkgver}-"*
@@ -45,7 +44,6 @@ package_awl() {
package_awl-docs() {
pkgdesc="Andrew's Web Libraries - API documentation"
depends=()
- makedepends=('doxygen' 'graphviz')
cd "${srcdir}/${pkgbase}-r${pkgver}-"*