summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-06 15:40:37 +0200
committerJelle van der Waa2024-04-06 15:40:37 +0200
commit5cf5b6d779a7cc824bd0400bf939c2f3f668ef64 (patch)
tree6c3b6590d5ff5336484f89ff91126289f82d37ed
parent4c027232fff35a901251757ea8b0eb3f5d8e92db (diff)
downloadaur-python-spec.tar.gz
upgpkg: 1.4.1-5: Rebuild with Python 3.12
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 15 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ec123c483eae
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = python-spec
+ pkgdesc = Specification-style nosetests output for Python
+ pkgver = 1.4.1
+ pkgrel = 5
+ url = https://github.com/bitprophet/spec
+ arch = any
+ license = MIT
+ makedepends = python-setuptools
+ depends = python-nose
+ depends = python-six
+ source = https://github.com/bitprophet/spec/archive/1.4.1/python-spec-1.4.1.tar.gz
+ sha512sums = da512a30106e324a7ce5a3a6b3b587d95a7f8b2bb584b069b28e5dca3369c5f9b7527154ac354e06c17489e70faaa72aa2350e3d51101547713d1efa97221e66
+
+pkgname = python-spec
diff --git a/PKGBUILD b/PKGBUILD
index d53772c782ef..08d8fcd8f564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-spec
pkgver=1.4.1
-pkgrel=4
+pkgrel=5
pkgdesc="Specification-style nosetests output for Python"
url="https://github.com/bitprophet/spec"
license=('MIT')