summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:41:36 +0300
committerCaleb Maclennan2023-06-26 11:41:36 +0300
commit690126e528b01f2e3978b0d2da09d3fe6cf5ee25 (patch)
tree355ef449b468bd935a0e3ab26e7d60ec9d152e59
parent7fb1d95d11030185cb9cad4a68a488f9d41394be (diff)
downloadaur-690126e528b01f2e3978b0d2da09d3fe6cf5ee25.tar.gz
upgpkg: python-browserstack-local 1.2.5-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b0224b1b2c..c2c33c11c565 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-browserstack-local
pkgdesc = Python bindings for BrowserStack Local
- pkgver = 1.2.4
- pkgrel = 2
+ pkgver = 1.2.5
+ pkgrel = 1
url = http://github.com/browserstack/browserstack-local-python
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-browserstack-local
makedepends = python-setuptools
depends = python
depends = python-psutil
- source = https://files.pythonhosted.org/packages/source/b/browserstack-local/browserstack-local-1.2.4.tar.gz
- sha256sums = e9da7c11f0c60a65f2a655e96bef5d00b0fbb33a3a3532275c2e317821fb5fb2
+ source = https://files.pythonhosted.org/packages/source/b/browserstack-local/browserstack-local-1.2.5.tar.gz
+ sha256sums = 631be9d7f4574593c96e94f85d6843ceb463736984a933d3e9efcc1df218cebf
pkgname = python-browserstack-local
diff --git a/PKGBUILD b/PKGBUILD
index 4f830826358a..9e37bdfe86fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-browserstack-local
_pkgname=browserstack-local
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
pkgdesc='Python bindings for BrowserStack Local'
arch=(any)
url="http://github.com/browserstack/$_pkgname-python"
@@ -14,7 +14,7 @@ makedepends=(python-{build,installer,wheel}
python-setuptools)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('e9da7c11f0c60a65f2a655e96bef5d00b0fbb33a3a3532275c2e317821fb5fb2')
+sha256sums=('631be9d7f4574593c96e94f85d6843ceb463736984a933d3e9efcc1df218cebf')
build() {
cd "$_archive"