summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2020-04-28 11:20:27 +0200
committerjnanar2020-04-28 11:20:27 +0200
commit038b878020c94bb13602793aaa4d9fd71106ff52 (patch)
treef0202b69e75495260a0ae94d5d85eb1e82f9b001
parent959bc58d0b3351effc64dab8c881cdab0ef6b191 (diff)
downloadaur-038b878020c94bb13602793aaa4d9fd71106ff52.tar.gz
Update to V1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13c5c6628417..fd7650db8db7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-plyer
pkgdesc = Platform-independent wrapper for platform-dependent APIs
- pkgver = 1.4.2
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/kivy/plyer
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-plyer
makedepends = python-setuptools
depends = python
options = !emptydirs
- source = https://github.com/kivy/plyer/archive/1.4.2.tar.gz
- md5sums = bffe5a387fe24c30af0bc44e4fb193df
+ source = https://github.com/kivy/plyer/archive/1.4.3.tar.gz
+ sha256sums = 2efc899d6816016f4461cb76add378c9e7f527c89b5abeefc7cc2be0f8e6e8ed
pkgname = python-plyer
diff --git a/PKGBUILD b/PKGBUILD
index 904295a07b1c..b1906558a763 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-plyer
_name=plyer
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc="Platform-independent wrapper for platform-dependent APIs"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/kivy/plyer"
license=('MIT')
options=(!emptydirs)
source=(https://github.com/kivy/$_name/archive/$pkgver.tar.gz)
-md5sums=('bffe5a387fe24c30af0bc44e4fb193df')
+sha256sums=('2efc899d6816016f4461cb76add378c9e7f527c89b5abeefc7cc2be0f8e6e8ed')
build() {
cd "$srcdir/${_name}-$pkgver"