summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormortzu2022-01-02 12:09:39 +0100
committermortzu2022-01-02 12:09:39 +0100
commitf15cc3b1face874c63898a0fa6ca752e05c6b79e (patch)
tree4b01228cba4fe07be4393b56ee2b80820c5dae4f
parent2da17517e30e810fca048abf0124415e0bba1737 (diff)
downloadaur-f15cc3b1face874c63898a0fa6ca752e05c6b79e.tar.gz
Fixed URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b52ed220bf3..1916565f9cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python-flake8-formatter-junit-xml
pkgdesc = JUnit XML Formatter for flake8
pkgver = 0.0.6
pkgrel = 1
- url = https://github.com/jarshwah/flake8_formatter_abspath
+ url = https://github.com/astj/flake8-formatter-junit-xml
arch = any
license = MIT
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 37f2a8501307..52fe727acce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc='JUnit XML Formatter for flake8'
arch=('any')
license=('MIT')
-url='https://github.com/jarshwah/flake8_formatter_abspath'
+url='https://github.com/astj/flake8-formatter-junit-xml'
makedepends=('python-setuptools' 'python2-setuptools' 'git')
source=("git+https://github.com/astj/flake8-formatter-junit-xml.git#tag=v$pkgver")
md5sums=('SKIP')