summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-07-18 11:04:47 +0100
committerMatthew McGinn2019-07-18 11:04:47 +0100
commit3e579fa880d86ba382730a7a55528ff2fe877977 (patch)
tree623c1300b357d6944c4d34286d85bd5fa5806d90
parentaea2557d0f17e43632975ff46f8e9d0e00a465ea (diff)
downloadaur-3e579fa880d86ba382730a7a55528ff2fe877977.tar.gz
update version to v1.42.0
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 106120bab4f2..404492525350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bitbake
pkgdesc = Build tool executing tasks and managing metadata.
- pkgver = 1.40.0
- pkgrel = 5
+ pkgver = 1.42.0
+ pkgrel = 1
url = https://www.openembedded.org/wiki/Main_Page
arch = any
license = GPL2
makedepends = git
- source = https://github.com/openembedded/bitbake/archive/1.40.0.tar.gz
- md5sums = 902bb4b71bb85fe55cdcf24bf21a7214
+ source = https://github.com/openembedded/bitbake/archive/1.42.0.tar.gz
+ md5sums = 326096fd76cb950231d5a76a8c13ad3f
pkgname = bitbake
install = bitbake.install
diff --git a/PKGBUILD b/PKGBUILD
index 807badd525da..7c9f9c4c460e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@
pkgbase=bitbake
pkgname=('bitbake' 'bitbake-vim')
-pkgver=1.40.0
-pkgrel=5
+_github_url="https://github.com/openembedded/bitbake"
+pkgver=1.42.0
+pkgrel=1
_pythonver=3.7
pkgdesc='Build tool executing tasks and managing metadata.'
arch=('any')
@@ -14,7 +15,7 @@ url='https://www.openembedded.org/wiki/Main_Page'
license=('GPL2')
makedepends=('git')
source=("https://github.com/openembedded/bitbake/archive/${pkgver}.tar.gz")
-md5sums=('902bb4b71bb85fe55cdcf24bf21a7214')
+md5sums=('326096fd76cb950231d5a76a8c13ad3f')
check() {
cd ${pkgbase}-${pkgver}/bin