summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42b80ba224c6..f2c1d8571378 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Sun Mar 3 02:04:32 UTC 2019
+# Fri Apr 26 00:43:51 UTC 2019
pkgbase = python-httmock
- pkgdesc = py.test plugin to run your tests in a specific order
+ pkgdesc = A mocking library for requests
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/partys/httmock
arch = any
- license = MIT
+ license = Apache-2.0
makedepends = python-setuptools
makedepends = python2-setuptools
source = https://files.pythonhosted.org/packages/source/h/httmock/httmock-1.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index de3e692b9044..c0c2e290745b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname=('python-httmock' 'python2-httmock')
_name=httmock
pkgver=1.3.0
pkgrel=1
-pkgdesc='py.test plugin to run your tests in a specific order'
+pkgdesc='A mocking library for requests'
arch=('any')
-license=('MIT')
+license=('Apache-2.0')
url='https://github.com/partys/httmock'
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")