summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de742c7ef95b..d7dc7f21c7a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-awscli-plugin-endpoint
pkgdesc = This awscli plugin provides service endpoint configure **per service** on profile.
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wbingli/awscli-plugin-endpoint
arch = any
license = Apache License 2.0
@@ -9,7 +9,7 @@ pkgbase = python-awscli-plugin-endpoint
depends = aws-cli>=1.11.0
options = !emptydirs
source = https://github.com/wbinglee/awscli-plugin-endpoint/tarball/0.4
- sha256sums = 0e9a2c9509b0a2bfafefcb543fa684974433de18099995d7f26284d2b1b0c61f
+ sha256sums = f87c3e9e9f08047517848908c729411be055f7dc24cd6d2cff5b9a44dfc9afb5
pkgname = python-awscli-plugin-endpoint
pkgdesc = This awscli plugin provides service endpoint configure **per service** on profile. (python3 version)
diff --git a/PKGBUILD b/PKGBUILD
index 970b9296aab9..4d83a212edd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase=python-awscli-plugin-endpoint
pkgname=('python-awscli-plugin-endpoint')
pkgname=python-awscli-plugin-endpoint
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="This awscli plugin provides service endpoint configure **per service** on profile."
arch=(any)
url="https://github.com/wbingli/awscli-plugin-endpoint"
@@ -18,7 +18,7 @@ sha256sums=('f87c3e9e9f08047517848908c729411be055f7dc24cd6d2cff5b9a44dfc9afb5')
package_python-awscli-plugin-endpoint() {
pkgdesc="This awscli plugin provides service endpoint configure **per service** on profile. (python3 version)"
- cd "${srcdir}/wbingli-awscli-plugin-endpoint-5bd5eaa"
+ cd "${srcdir}/wbingli-awscli-plugin-endpoint-ab3aa53"
python setup.py install --root="${pkgdir}/" --optimize=1
install -v -m755 -d "${pkgdir}/usr/share/doc/python-awscli-plugin-endpoint"