summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0382e2c8c68..e8140adf0424 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Oct 9 05:53:15 UTC 2018
+# Tue Oct 9 06:19:48 UTC 2018
pkgbase = bitbake
pkgdesc = Build tool executing tasks and managing metadata.
- pkgver = 1.34
+ pkgver = 1.38.0
pkgrel = 1
url = https://www.openembedded.org/wiki/Main_Page
arch = any
@@ -14,8 +14,8 @@ pkgbase = bitbake
makedepends = python-codegen
makedepends = python-pyinotify
makedepends = python-progressbar
- source = git://git.openembedded.org/bitbake#commit=b4da94a
- md5sums = SKIP
+ source = https://github.com/openembedded/bitbake/archive/1.38.0.tar.gz
+ md5sums = 8d2000943e9d89f05be36b8ddef26b14
pkgname = bitbake
install = bitbake.install
diff --git a/.gitignore b/.gitignore
index 87c5a3bc1e5e..884c73c7ff46 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pkg
src
bitbake/*
*.tar.xz
+*.tar.gz
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