summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2018-10-09 08:19:15 +0200
committerMatthew McGinn2018-10-09 08:19:51 +0200
commit036e4c361ef90fbf781797b6d0b7418170eb41ca (patch)
tree04ccce7d3d95ca42190d800243dfd3967ff31d31 /PKGBUILD
parent8db31d776544945a451d2b6f1be283aafa352a00 (diff)
downloadaur-036e4c361ef90fbf781797b6d0b7418170eb41ca.tar.gz
Updating to version 1.38.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1181a990c05f..4936cff0943d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
pkgbase=bitbake
pkgname=('bitbake' 'bitbake-vim')
-pkgver=1.34
+pkgver=1.38.0
pkgrel=1
pkgdesc='Build tool executing tasks and managing metadata.'
arch=('any')
url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
makedepends=('git' 'python' 'python-django18' 'python-beautifulsoup4' 'python-codegen' 'python-pyinotify' 'python-progressbar')
-source=('git://git.openembedded.org/bitbake#commit=b4da94a')
-md5sums=('SKIP')
+source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz")
+md5sums=('8d2000943e9d89f05be36b8ddef26b14')
check() {
cd ${pkgbase}/bin