summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e80de2f2e0..88317939f27d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = oelint-adv
pkgdesc = Linter for bitbake recipes based in OE Styleguide
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/priv-kweihmann/oelint-adv
arch = any
license = BSD 2-Clause
depends = python
depends = python-setuptools
- provides = oelint-adv=1.4.0
- source = https://github.com/priv-kweihmann/oelint-adv/archive/1.4.0.tar.gz
- sha256sums = 363a4878bc9b0c48bc14ef3609e2f0053e0003e51cda74f2a5318291468c673a
+ provides = oelint-adv=1.5.0
+ source = https://github.com/priv-kweihmann/oelint-adv/archive/1.5.0.tar.gz
+ sha256sums = c575c8be5f8b5861c1e2a8eb8094bddfbeceff1780a7c72048f9ce8a5f99aabb
pkgname = oelint-adv
diff --git a/PKGBUILD b/PKGBUILD
index 81c5961d34d8..e79410cde7ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier TiĆ” <javier dot tia at gmail dot com>
pkgname='oelint-adv'
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='Linter for bitbake recipes based in OE Styleguide'
url='https://github.com/priv-kweihmann/oelint-adv'
@@ -10,7 +10,7 @@ license=('BSD 2-Clause')
depends=('python' 'python-setuptools')
provides=("${pkgname}=${pkgver}")
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('363a4878bc9b0c48bc14ef3609e2f0053e0003e51cda74f2a5318291468c673a')
+sha256sums=('c575c8be5f8b5861c1e2a8eb8094bddfbeceff1780a7c72048f9ce8a5f99aabb')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"