summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Zhang2022-12-17 10:09:45 +0800
committerJeffrey Zhang2022-12-17 10:09:45 +0800
commit4070a1786f2891740b993d41159dc43ae2f257b3 (patch)
tree3fe20aa32adf0f843579ae4ae3ebdc1692832627
parentf1916607f54f8a0ed9d8059bc79b00b0c67cba40 (diff)
downloadaur-4070a1786f2891740b993d41159dc43ae2f257b3.tar.gz
Bump to 1.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b849dd72670..120a604ab5a7 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.5.7
+ pkgver = 1.6.1
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/f2/7f/ea50ae0975f4adbc7f02a520ea30b831e3c3cc1b48cab82a5f9386cec0b3/ara-1.5.7.tar.gz
- sha256sums = 4a6883dad5e0d119a754271338948cb1119c2c5b36d48b162d610e348eccb502
+ source = https://files.pythonhosted.org/packages/d8/21/64905ea535a94e72508b0a3a7d0fae28ac420f1db63729d660dd29c22a4d/ara-1.6.1.tar.gz
+ sha256sums = 90812ee38308b87db357d34f9fd9dd422c87edb3cdc0248a83f65b1bf0691b6d
pkgname = python-ara
diff --git a/PKGBUILD b/PKGBUILD
index 8652d97b6434..b4380b1dfcdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=ara
pkgname=python-${_pkgname}
-pkgver=1.5.7
+pkgver=1.6.1
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/f2/7f/ea50ae0975f4adbc7f02a520ea30b831e3c3cc1b48cab82a5f9386cec0b3/ara-${pkgver}.tar.gz")
-sha256sums=('4a6883dad5e0d119a754271338948cb1119c2c5b36d48b162d610e348eccb502')
+source=("https://files.pythonhosted.org/packages/d8/21/64905ea535a94e72508b0a3a7d0fae28ac420f1db63729d660dd29c22a4d/ara-${pkgver}.tar.gz")
+sha256sums=('90812ee38308b87db357d34f9fd9dd422c87edb3cdc0248a83f65b1bf0691b6d')
build() {
cd ${_pkgname}-${pkgver}