summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-12 13:55:04 +0100
committerMatthew McGinn2019-07-12 13:55:04 +0100
commitaea2557d0f17e43632975ff46f8e9d0e00a465ea (patch)
treedc6ed5317785decb94f64bd68054053ed699c917 /PKGBUILD
parent6f321f53291147c909151e78f96664d8caa236b0 (diff)
downloadaur-aea2557d0f17e43632975ff46f8e9d0e00a465ea.tar.gz
fix up pkg typo
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2254c6b825d6..807badd525da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=bitbake
pkgname=('bitbake' 'bitbake-vim')
pkgver=1.40.0
-pkgrel=4
+pkgrel=5
_pythonver=3.7
pkgdesc='Build tool executing tasks and managing metadata.'
arch=('any')
@@ -24,13 +24,13 @@ check() {
package_bitbake() {
depends=(
'python'
- 'python-django18'
'python-beautifulsoup4'
'python-codegen'
- 'python-pyinotify'
+ 'python-django18'
+ 'python-ply'
'python-progressbar'
+ 'python-pyinotify'
'python-simplediff'
- 'python-pyl'
)
install=bitbake.install