summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjnanar2022-12-31 16:48:51 +0100
committerjnanar2022-12-31 16:48:51 +0100
commitcad7dcca471e580230718bc49152b74874ac3255 (patch)
treefe0c788c781ff2ad6c40dcb4b1cb136c20630d9f /PKGBUILD
parent72c0204938a984500bff14df5bba07c0e2f367fe (diff)
downloadaur-python-plyer.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7b9ce9b1a8d..e36fc6330bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-plyer
_name=plyer
-pkgver=2.0.0
+pkgver=2.1.0
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)
-sha256sums=('21baf4a245f192a0a61c6f1d7526b28d4d4366039c62dac3fcd746b38aee161d')
+sha256sums=('ea95f48ad127faf43a35917a002a2e292d3449f2394b6794b8ecd59f710b5fe0')
build() {
cd "$srcdir/${_name}-$pkgver"