summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2019-10-24 10:42:02 +1300
committerGeorge Rawlinson2019-10-24 10:42:02 +1300
commit9028cba435adaaa5b3ba9a2d39eef09d61edbcb7 (patch)
tree3ee9b27c47ff00cdef0cca21cf57e6017e5fb4dc
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*
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8781fcc8ba..8776d4586b7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = awl
pkgdesc = Andrew's Web Libraries
pkgver = 0.60
- pkgrel = 3
+ pkgrel = 4
url = https://gitlab.com/davical-project/awl/
install = awl.install
arch = any
diff --git a/.gitignore b/.gitignore
index ad5a69fd9b5f..b191f0686daa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ src
# files
*.tar*
+*.log
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}-"*