summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aa1dfe89a89..31c78b3c8cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = rpmlint-git
pkgdesc = A tool for checking common errors in rpm packages.
- pkgver = 1.9.r43.ge9e447c
+ pkgver = 2.4.0.221.gd5033658
pkgrel = 1
url = https://github.com/rpm-software-management/rpmlint
arch = any
license = GPL2
- checkdepends = python-pytest
- checkdepends = flake8
makedepends = git
depends = python
+ depends = python-pyxdg
+ depends = python-setuptools
+ depends = python-tomli-w
+ depends = python-zstandard
depends = rpm-org
depends = cpio
- depends = desktop-file-utils
- source = rpmlint-git::git+https://github.com/rpm-software-management/rpmlint.git#branch=master
+ conflicts = rpmlint
+ 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..f207eacdc78c 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.4.0.221.gd5033658
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-pyxdg' 'python-setuptools' 'python-tomli-w' '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() {