summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 14:45:19 +0300
committerCaleb Maclennan2024-04-27 14:45:19 +0300
commitf2388841ec6a493399cfc512f31a31cd84e3221f (patch)
tree4abcae70711b7122ae21d31380f4f5d911f9f314
parent03103a0f554729c6c28c71a868ceacf9272a1f3e (diff)
downloadaur-python-setuptools-git-ls-files.tar.gz
upgpkg: python-setuptools-git-ls-files 0.1.2-5
Rebuild for Python 3.12, cleanup packaging odds and ends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 162a83050279..941fbf60b77b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-setuptools-git-ls-files
pkgdesc = A plugin for setuptools that finds all git tracked files, including submodules
pkgver = 0.1.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/anthrotype/setuptools_git_ls_files
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 89191167f4f8..0452773b4e83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-setuptools-git-ls-files
_pyname=${pkgname#python-}
pkgver=0.1.2
-pkgrel=4
+pkgrel=5
pkgdesc='A plugin for setuptools that finds all git tracked files, including submodules'
arch=(any)
url="https://github.com/anthrotype/${_pyname//-/_}"