summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 13:37:51 +0300
committerCaleb Maclennan2021-12-14 13:37:51 +0300
commit3083579b53f40f76c9c080416f9c5c5039f520bd (patch)
tree67730ecee7d6fc42be61d59f04a640e0eb7c9cb9
parent02e3ee9a61dd008ca786aa1cb508138e9f4c0e9f (diff)
downloadaur-3083579b53f40f76c9c080416f9c5c5039f520bd.tar.gz
upgpkg: python-setuptools-git-ls-files 0.1.2-2
Rebuild for Python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83326bbc3dca..7f6cb4c276b4 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 = 1
+ pkgrel = 2
url = https://github.com/anthrotype/setuptools_git_ls_files
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3c45a9faf94f..164ce1d021f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-setuptools-git-ls-files
_pyname=${pkgname#python-}
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc='A plugin for setuptools that finds all git tracked files, including submodules'
arch=(any)
url="https://github.com/anthrotype/${_pyname//-/_}"
@@ -16,7 +16,6 @@ sha256sums=('7d612087430dc912f0dca7a35c99bf791b2f86b7fa5a40c5a562192947c86efa')
build() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py build
}