Skip to content

Commit

Permalink
Merge pull request #315 from aminvakil/awx23.3.1
Browse files Browse the repository at this point in the history
upgpkg: awx 23.3.1-1
  • Loading branch information
aminvakil authored Oct 25, 2023
2 parents cbb3303 + 6f8dc84 commit 97f4cb1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions awx/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = awx
pkgdesc = AWX provides a web-based user interface, REST API, and task engine built on top of Ansible.
pkgver = 23.3.0
pkgver = 23.3.1
pkgrel = 1
url = https://github.com/ansible/awx
arch = any
Expand All @@ -9,7 +9,7 @@ pkgbase = awx
depends = python
depends = gettext
options = !emptydirs
source = awx-23.3.0-1.tar.gz::https://github.com/ansible/awx/archive/23.3.0.tar.gz
sha256sums = 1007f51909baf9132c74047fd5365b97df9959bb508cd01064fe825ea7fa7f16
source = awx-23.3.1-1.tar.gz::https://github.com/ansible/awx/archive/23.3.1.tar.gz
sha256sums = f57e600f258e8a1b38442306a45e3c461db1a317d66cbbd025476f6a87473258

pkgname = awx
4 changes: 2 additions & 2 deletions awx/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Amin Vakil <info AT aminvakil DOT com>
# Contributor:anon at sansorgan.es
pkgname=awx
pkgver=23.3.0
pkgver=23.3.1
pkgrel=1
pkgdesc="AWX provides a web-based user interface, REST API, and task engine built on top of Ansible."
arch=('any')
Expand All @@ -11,7 +11,7 @@ depends=('python' 'gettext')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::https://github.com/ansible/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('1007f51909baf9132c74047fd5365b97df9959bb508cd01064fe825ea7fa7f16')
sha256sums=('f57e600f258e8a1b38442306a45e3c461db1a317d66cbbd025476f6a87473258')

build() {
cd "$srcdir/${pkgname}-${pkgver}"
Expand Down

0 comments on commit 97f4cb1

Please sign in to comment.