summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2020-09-27 14:39:43 -0600
committerJavier Tiá2020-09-27 14:39:43 -0600
commit3a5abf150bc3533d9b8d6e7873380381781dd8fb (patch)
treeae0a01040e1be3dcaa18aeaab53014b1ccfaa355
parent3dffe159f68e10c6b23b0a8d2d0e2d43e5f10563 (diff)
downloadaur-3a5abf150bc3533d9b8d6e7873380381781dd8fb.tar.gz
Bump up oelint-adv 1.27.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85fa04457566..04b6d656675c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = oelint-adv
pkgdesc = Linter for bitbake recipes based in OE Styleguide
- pkgver = 1.26.0
+ pkgver = 1.27.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.26.0
- source = https://github.com/priv-kweihmann/oelint-adv/archive/1.26.0.tar.gz
- sha256sums = 83bf52b0cb8ec69d46914253cf37cfbe035523e44d23d83e99c1b2590e0e76e6
+ provides = oelint-adv=1.27.0
+ source = https://github.com/priv-kweihmann/oelint-adv/archive/1.27.0.tar.gz
+ sha256sums = 0e07b0607a97c33a3c3688c8b956bdbfd8d8fc9ff593f6637cd72da196191247
pkgname = oelint-adv
diff --git a/PKGBUILD b/PKGBUILD
index ab02f405e618..9e1d9d8d8ce1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname='oelint-adv'
-pkgver=1.26.0
+pkgver=1.27.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=('83bf52b0cb8ec69d46914253cf37cfbe035523e44d23d83e99c1b2590e0e76e6')
+sha256sums=('0e07b0607a97c33a3c3688c8b956bdbfd8d8fc9ff593f6637cd72da196191247')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"