summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordanieltetraquark2021-04-27 13:53:12 +0200
committerdanieltetraquark2021-04-27 13:53:12 +0200
commitf33e79b1963af75a5e2d560292e831a760a21ab7 (patch)
treed023418ee49c571a569c063457db09fdd3e28530
parent0aebb34bf1783d99f69d00605809c370115992c1 (diff)
downloadaur-f33e79b1963af75a5e2d560292e831a760a21ab7.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee9e195c449e..4fb653d433f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nginx-config-formatter-git
pkgdesc = nginx config file formatter/beautifier written in Python.
- pkgver = r19.4ea6bbc
+ pkgver = r43.e942e40
pkgrel = 1
- url = https://github.com/1connect/nginx-config-formatter
+ url = https://github.com/slomkowski/nginx-config-formatter
arch = any
license = Apache 2.0
depends = python
- source = nginx-config-formatter-git::git+https://github.com/1connect/nginx-config-formatter
+ source = nginx-config-formatter-git::git+https://github.com/slomkowski/nginx-config-formatter
sha256sums = SKIP
pkgname = nginx-config-formatter-git
diff --git a/PKGBUILD b/PKGBUILD
index e862d7633a2e..a555ef1200f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
pkgname=nginx-config-formatter-git
-pkgver=r19.4ea6bbc
+pkgver=r43.e942e40
pkgrel=1
pkgdesc="nginx config file formatter/beautifier written in Python. "
depends=('python')
license=('Apache 2.0')
arch=('any')
-url="https://github.com/1connect/nginx-config-formatter"
+url="https://github.com/slomkowski/nginx-config-formatter"
source=($pkgname::git+$url)
sha256sums=('SKIP')