summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredfish2019-04-25 20:43:59 -0400
committerredfish2019-04-25 20:43:59 -0400
commit0be8d9ab8b16a86ce68e8174359f16f111ca575c (patch)
tree7aef48ce379073b2a8eaa9fb98058bc3c6868fb2
parent6944c32c4aad125f470fea7861c3252f960b4e5a (diff)
downloadaur-0be8d9ab8b16a86ce68e8174359f16f111ca575c.tar.gz
fix description and license
-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")