summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2023-10-07 08:26:19 +0800
committerJeffrey Zhang2023-10-07 08:26:55 +0800
commit916a1f942ce3b6888e353494648dcdf32920e0de (patch)
treec2f9f79dbfbbcddb0e067c6272bcf4b5179c5c46
parent4070a1786f2891740b993d41159dc43ae2f257b3 (diff)
downloadaur-python-ara.tar.gz
bump 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 120a604ab5a7..52ccbbe4261b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ara
pkgdesc = ARA Records Ansible and makes it easier to understand and troubleshoot.
- pkgver = 1.6.1
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/ansible-community/ara
arch = any
@@ -18,7 +18,7 @@ pkgbase = python-ara
optdepends = python-pygments
optdepends = python-psycopg2
provides = ara
- source = https://files.pythonhosted.org/packages/d8/21/64905ea535a94e72508b0a3a7d0fae28ac420f1db63729d660dd29c22a4d/ara-1.6.1.tar.gz
- sha256sums = 90812ee38308b87db357d34f9fd9dd422c87edb3cdc0248a83f65b1bf0691b6d
+ source = https://files.pythonhosted.org/packages/8f/d7/7e26eb07b57a4b5489e4c3601c448774211c9906c9d4cc7251c041b82c05/ara-1.7.0.tar.gz
+ sha256sums = f2623f34e8fd542ee70f82d02cc36907e11b2d306e7b548106a33157171af58c
pkgname = python-ara
diff --git a/PKGBUILD b/PKGBUILD
index b4380b1dfcdf..85624ff6c679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ara
pkgname=python-${_pkgname}
-pkgver=1.6.1
+pkgver=1.7.0
pkgrel=1
pkgdesc="ARA Records Ansible and makes it easier to understand and troubleshoot."
arch=("any")
@@ -26,8 +26,8 @@ optdepends=(
"python-psycopg2"
)
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/d8/21/64905ea535a94e72508b0a3a7d0fae28ac420f1db63729d660dd29c22a4d/ara-${pkgver}.tar.gz")
-sha256sums=('90812ee38308b87db357d34f9fd9dd422c87edb3cdc0248a83f65b1bf0691b6d')
+source=("https://files.pythonhosted.org/packages/8f/d7/7e26eb07b57a4b5489e4c3601c448774211c9906c9d4cc7251c041b82c05/ara-${pkgver}.tar.gz")
+sha256sums=('f2623f34e8fd542ee70f82d02cc36907e11b2d306e7b548106a33157171af58c')
build() {
cd ${_pkgname}-${pkgver}