summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2024-03-23 21:21:02 +0200
committergesh2024-03-23 21:36:05 +0200
commit3428ed605f3b0e01096e837d72bec3cd3ef83ecc (patch)
treeea684eed11a1e0b5307953daad38785382d325d7
parent6ed290ed0a96387e7bafb5accca78c5714d447a4 (diff)
downloadaur-3428ed605f3b0e01096e837d72bec3cd3ef83ecc.tar.gz
Fix for pyproject.toml move
Possibly incomplete, but should at least adress the flake8 test failing for now
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85415604fe65..19a4c3bf1588 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = papis-git
pkgdesc = Command-line document and bibliography manager
- pkgver = 0.13.r364.geb1a2738
- pkgrel = 2
+ pkgver = 0.13.r391.gb00a67a8
+ pkgrel = 1
url = https://github.com/papis/papis
arch = any
license = GPL-3.0-or-later
@@ -13,6 +13,7 @@ pkgbase = papis-git
checkdepends = flake8
checkdepends = python-flake8-bugbear
checkdepends = python-flake8-polyfill
+ checkdepends = python-flake8-pyproject
checkdepends = python-flake8-quotes
checkdepends = python-pep8-naming
checkdepends = mypy
diff --git a/PKGBUILD b/PKGBUILD
index e6f70ecd7160..35f969954de1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=papis-git
_pkgname=papis
-pkgver=0.13.r364.geb1a2738
-pkgrel=2
+pkgver=0.13.r391.gb00a67a8
+pkgrel=1
pkgdesc="Command-line document and bibliography manager"
arch=('any')
url="https://github.com/papis/papis"
@@ -64,6 +64,7 @@ checkdepends=(
flake8
python-flake8-bugbear
python-flake8-polyfill
+ python-flake8-pyproject
python-flake8-quotes
python-pep8-naming