summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d62fb86692d3..8e027452d2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='ansible-lint-junit'
pkgname=('python-ansible-lint-junit' 'python2-ansible-lint-junit')
-pkgver='0.9'
+pkgver='0.10'
pkgrel='1'
pkgdesc='ansible-lint to JUnit converter'
arch=('any')
@@ -11,15 +11,8 @@ url="https://github.com/wasilak/${pkgbase}"
makedepends=('python' 'python-setuptools'
'python2' 'python2-setuptools')
license=('BSD')
-source=("${url}/archive/${pkgver}.tar.gz"
- "ansible_lint_junit_0.9_python3.patch")
-sha256sums=('5e49c4a15e6425fd5968f98d416f4917482c7fb6a871e7fb527edbd94b4b6a3b'
- 'e700d5d3d048197db0a67638c735a78306a528d28477deb946897ac6206c26bf')
-
-prepare() {
- cd "${srcdir}/${pkgbase}-${pkgver}"
- patch -p1 -i "${srcdir}/ansible_lint_junit_0.9_python3.patch"
-}
+source=("${url}/archive/${pkgver}.tar.gz")
+sha256sums=('721c5cb81f02db86f473951167844d52a95c1de4cbf923a19e113a8013b7e591')
package_python-ansible-lint-junit() {
depends=('ansible-lint')