summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McGinn2019-10-03 23:33:26 +0200
committerMatthew McGinn2019-10-03 23:33:26 +0200
commitb9789c22133e54087fd9dc2c4c982bfe542ac5b6 (patch)
treee554ec9049596d178c1a4a3bc450e1a0357b59a1
parent3e579fa880d86ba382730a7a55528ff2fe877977 (diff)
downloadaur-b9789c22133e54087fd9dc2c4c982bfe542ac5b6.tar.gz
update version to 1.43.2
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 404492525350..1b9a71452efa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bitbake
pkgdesc = Build tool executing tasks and managing metadata.
- pkgver = 1.42.0
+ pkgver = 1.43.2
pkgrel = 1
url = https://www.openembedded.org/wiki/Main_Page
arch = any
license = GPL2
makedepends = git
- source = https://github.com/openembedded/bitbake/archive/1.42.0.tar.gz
- md5sums = 326096fd76cb950231d5a76a8c13ad3f
+ source = https://github.com/openembedded/bitbake/archive/1.43.2.tar.gz
+ md5sums = 750aad7ff997a1c206f4a59f1785b7ea
pkgname = bitbake
install = bitbake.install
diff --git a/PKGBUILD b/PKGBUILD
index 7c9f9c4c460e..96d9bca1d175 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=bitbake
pkgname=('bitbake' 'bitbake-vim')
_github_url="https://github.com/openembedded/bitbake"
-pkgver=1.42.0
+pkgver=1.43.2
pkgrel=1
_pythonver=3.7
pkgdesc='Build tool executing tasks and managing metadata.'
@@ -15,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=('326096fd76cb950231d5a76a8c13ad3f')
+md5sums=('750aad7ff997a1c206f4a59f1785b7ea')
check() {
cd ${pkgbase}-${pkgver}/bin