summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tia2024-04-20 08:43:40 -0600
committerJavier Tia2024-04-20 08:43:40 -0600
commit92e6b801990c12cdaef6ebf9b37cbb699f10e5a2 (patch)
tree67ed59c2c19124d89e067e35e30cf5474bef86fd /PKGBUILD
parent65fde0e3ea090df95ac8bd91b7ea428b50caf125 (diff)
downloadaur-oelint-adv.tar.gz
Bump up oelint-adv 5.3.0-1
Signed-off-by: Javier Tia <javier.tia@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 901b8458f0ad..4b55d9842c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
pkgname='oelint-adv'
-pkgver=5.1.0
+pkgver=5.3.0
pkgrel=1
pkgdesc='Linter for bitbake recipes based in OE Styleguide'
url='https://github.com/priv-kweihmann/oelint-adv'
@@ -11,7 +11,7 @@ depends=('python-urllib3' 'python-anytree' 'python-colorama' 'python-oelint-pars
makedepends=('python-setuptools')
provides=("${pkgname}=${pkgver}")
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('d035c9dfd9d7901c51f0681c005614dcb66979363c17288706936408be3a333b')
+sha256sums=('748a383137486506a7a9f34e05964accc1647f6ecbe2d5e50a3883efd5c08de9')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"