summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2023-01-31 11:13:50 +0100
committerMatheus2023-01-31 11:13:50 +0100
commitd246e10a10fce9605c05b4b7463d62a118e76910 (patch)
treef878b2abb496071b40309131e5e258849a9a715e
parentf24efe276985c5af3f26a7f9791cb6c5690c34c0 (diff)
downloadaur-d246e10a10fce9605c05b4b7463d62a118e76910.tar.gz
Version update.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cca8c6d31177..873dc329361d 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yamlfix
pkgdesc = A simple, opinionated yaml formatter that keeps your comments!
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/lyz-code/yamlfix
arch = any
@@ -13,7 +13,7 @@ pkgbase = yamlfix
depends = python-click
depends = python-maison
depends = python-ruyaml
- source = yamlfix-v1.6.0.tar.gz::https://github.com/lyz-code/yamlfix/archive/refs/tags/1.6.0.tar.gz
- sha512sums = f33764c5e8bfc1c6a847c766d7cbdf6e3280059679ed104395bfb79971ceb0765b269dae81fd3fd54863324e1f217ca2bf6f60df9ebff69def9d2d07807b0d59
+ source = yamlfix-v1.7.0.tar.gz::https://github.com/lyz-code/yamlfix/archive/refs/tags/1.7.0.tar.gz
+ sha512sums = 7d45d94ba54442f50ad460303c7a5d8d51a8a7e0e4a574cdee4f316c86f9b3152e48921640902339b2b2182790e16d8fb22297181878f86c729efb00c4a38a6d
pkgname = yamlfix
diff --git a/PKGBUILD b/PKGBUILD
index 2dd25aa86823..536b4a67862c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Matheus <matheusgwdl@protonmail.com>
pkgname="yamlfix"
-pkgver="1.6.0"
+pkgver="1.7.0"
pkgrel="1"
pkgdesc="A simple, opinionated yaml formatter that keeps your comments!"
arch=("any")
@@ -15,7 +15,7 @@ license=("GPL3")
depends=("python" "python-click" "python-maison" "python-ruyaml")
makedepends=("python-build" "python-installer" "python-pdm" "python-pip")
source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=("f33764c5e8bfc1c6a847c766d7cbdf6e3280059679ed104395bfb79971ceb0765b269dae81fd3fd54863324e1f217ca2bf6f60df9ebff69def9d2d07807b0d59")
+sha512sums=("7d45d94ba54442f50ad460303c7a5d8d51a8a7e0e4a574cdee4f316c86f9b3152e48921640902339b2b2182790e16d8fb22297181878f86c729efb00c4a38a6d")
build()
{