summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2022-06-07 14:43:19 +0200
committerMarcell Meszaros2022-06-07 14:43:19 +0200
commit4bbfc22e3d38927f8f4aacace4611d77bd9b90ae (patch)
treea5244e0973801eda57b8bf313359daddb14907c6
parentc0d1d816e85333b4a468abe7d64dfe6b34e5c35c (diff)
downloadaur-4bbfc22e3d38927f8f4aacace4611d77bd9b90ae.tar.gz
refresh
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore9
-rw-r--r--PKGBUILD5
3 files changed, 13 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24a33f723a0..547881f3e0c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,6 @@ pkgbase = python2-pytest
depends = python2-pathlib2
depends = python2-importlib-metadata
source = python2-pytest-4.6.11.tar.gz::https://github.com/pytest-dev/pytest/archive/4.6.11.tar.gz
- sha512sums = 2be8549c67573c8544366198ef94f74e0aacfa5b321705a7262c069de7e532f7d29ab93ee69be6cc83828aad91af23eb9b8b7cf01d02c0badf488ef841ee4880
+ b2sums = de50a9ea274aaffc5eca402c61f66ec89a0e562a9ad022cdc13bf091535c79f9eda9889d495d03818487d7ebd383bee3a8d8dd5ecde518ffba25bcdc5830eda7
pkgname = python2-pytest
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..ea592917bacb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
+!*.diff
+!*.hook
+!*.install
+!*.patch
+
diff --git a/PKGBUILD b/PKGBUILD
index 89e6bb2534c8..ea6dfc7f20a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Felix Yan <felixonmars@archlinux.org>
+# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
+# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Felix Kaiser <felix.kaiser@fxkr.net>
pkgname=python2-pytest
@@ -13,7 +14,7 @@ depends=('python2-py' 'python2-setuptools' 'python2-pluggy' 'python2-attrs' 'pyt
'python2-importlib-metadata')
makedepends=('python2-setuptools-scm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('2be8549c67573c8544366198ef94f74e0aacfa5b321705a7262c069de7e532f7d29ab93ee69be6cc83828aad91af23eb9b8b7cf01d02c0badf488ef841ee4880')
+b2sums=('de50a9ea274aaffc5eca402c61f66ec89a0e562a9ad022cdc13bf091535c79f9eda9889d495d03818487d7ebd383bee3a8d8dd5ecde518ffba25bcdc5830eda7')
export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver