summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfft2022-03-17 15:52:50 +0400
committerfft2022-03-17 16:04:47 +0400
commit709412cfd0bee2a434026c05f865e57357fd6bf8 (patch)
treeabd0d17b6d6ce1bbdc4d3155ecb830756ae0b308
parenta83d7884f86966934a558e890a2a5f416c1711e5 (diff)
downloadaur-709412cfd0bee2a434026c05f865e57357fd6bf8.tar.gz
update to v2.2
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41a235c5e1ac..b3ae02a09a10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = rpmlint-git
pkgdesc = A tool for checking common errors in rpm packages.
- pkgver = 1.10.r184.g3682eaf
+ pkgver = 2.2.0.49.g65d344b0
pkgrel = 1
url = https://github.com/rpm-software-management/rpmlint
arch = any
license = GPL2
makedepends = git
depends = python
+ depends = python-toml
+ depends = python-zstandard
depends = rpm-org
depends = cpio
- depends = desktop-file-utils
conflicts = rpmlint
- source = rpmlint-git::git+https://github.com/rpm-software-management/rpmlint.git#branch=master
+ source = rpmlint-git::git+https://github.com/rpm-software-management/rpmlint.git#branch=main
sha256sums = SKIP
pkgname = rpmlint-git
-
diff --git a/.gitignore b/.gitignore
index cdd6bc20c7b8..aac3652f0489 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
pkg/
-build/
+src/
rpmlint-git/
-*.pkg.tar.xz
+*.pkg.tar.zst
diff --git a/PKGBUILD b/PKGBUILD
index c55065a99645..96c054c0c6f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: fft <anonim288@gmail.com>
+# Maintainer: fft
pkgname=rpmlint-git
-pkgver=1.10.r184.g3682eaf
+pkgver=2.2.0.49.g65d344b0
pkgrel=1
pkgdesc='A tool for checking common errors in rpm packages.'
arch=('any')
url="https://github.com/rpm-software-management/rpmlint"
license=('GPL2')
makedepends=('git')
-depends=('python' 'rpm-org' 'cpio' 'desktop-file-utils')
+depends=('python' 'python-toml' 'python-zstandard' 'rpm-org' 'cpio')
conflicts=('rpmlint')
-source=("${pkgname}::git+https://github.com/rpm-software-management/rpmlint.git#branch=master")
+source=("${pkgname}::git+https://github.com/rpm-software-management/rpmlint.git#branch=main")
sha256sums=('SKIP')
pkgver() {