summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrett Cornwall2019-03-16 00:02:36 -0600
committerBrett Cornwall2019-03-16 00:02:36 -0600
commit034d14985c492245d778e05634e7da8a8b6f73e6 (patch)
tree782d5431cd5ab6435aea9699d291e93a22e0d305 /PKGBUILD
parent4b8579c9cfa12ac09594a17628bf7ed8392a2d26 (diff)
downloadaur-python-shellingham.tar.gz
upgpkg: 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ed2ae83a22e..9ba6927c64d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=shellingham
pkgbase='python-shellingham'
pkgname=('python-shellingham' 'python2-shellingham')
-pkgver=1.2.4
+pkgver=1.3.0
pkgrel=1
pkgdesc="Detect what shell the current Python executable is running in."
arch=('any')
@@ -14,7 +14,7 @@ makedepends=(
'python2' 'python2-setuptools')
options=(!emptydirs)
source=("${pkgname}"-"${pkgver}".tar.gz::https://pypi.io/packages/source/"${_name:0:1}"/"${_name}"/"${_name}"-"${pkgver}".tar.gz)
-sha256sums=('c09c563a2e185ec3d64e43c286dbba3150fc182d96cd29ff5b002f3d3c3f5076')
+sha256sums=('a1bc8cbe437e5348c242d4e8145242d364d9493034ed790a82991c0e2d3ad984')
prepare() {
cp -a "${_name}"-"${pkgver}"{,-py2}