summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsyy2022-05-04 07:11:21 +0200
committerfsyy2022-05-04 07:11:21 +0200
commitfe026510af448122a92a6b776d358d50698af268 (patch)
treef70652c144e2f02b7917cbff92d1e4903783b4d8
parent62a976f50ca75e9d11d2c5f0db859beaadef44b3 (diff)
downloadaur-fe026510af448122a92a6b776d358d50698af268.tar.gz
version bump to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc093952a137..7282c95ed000 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-elgato-streamdeck
pkgdesc = Library to control Elgato Stream Deck devices
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/abcminiuser/python-elgato-streamdeck
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-elgato-streamdeck
makedepends = python-setuptools
depends = python-pillow
provides = streamdeck
- source = https://github.com/abcminiuser/python-elgato-streamdeck/archive/refs/tags/0.9.0.tar.gz
- sha512sums = c6a8a50e700f8bd58b0585564593a241ea3c0299714b03b32b22771652af6f75a9e4bf9118939091d2b5d03d8f0ca3d3a15689df4c7ed459c590f9c076d7abdb
+ source = https://github.com/abcminiuser/python-elgato-streamdeck/archive/refs/tags/0.9.1.tar.gz
+ sha512sums = 8fc4a22a56f1fe3520b389f5c570cb8bd6bc4ccfdc24b85036685bbf3babfb4ed99c523cf67fa26e7e1a1bf2cd8d874d9efb3923c5811df2a52045041107dce4
pkgname = python-elgato-streamdeck
diff --git a/PKGBUILD b/PKGBUILD
index c813afd1d10a..240bed1ce9bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fsyy <fossy2001 @ web.de>
pkgname=python-elgato-streamdeck
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Library to control Elgato Stream Deck devices"
arch=('any')
@@ -10,7 +10,7 @@ depends=('python-pillow')
makedepends=('python-setuptools')
provides=('streamdeck')
source=("https://github.com/abcminiuser/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('c6a8a50e700f8bd58b0585564593a241ea3c0299714b03b32b22771652af6f75a9e4bf9118939091d2b5d03d8f0ca3d3a15689df4c7ed459c590f9c076d7abdb')
+sha512sums=('8fc4a22a56f1fe3520b389f5c570cb8bd6bc4ccfdc24b85036685bbf3babfb4ed99c523cf67fa26e7e1a1bf2cd8d874d9efb3923c5811df2a52045041107dce4')
build() {
cd "${pkgname}-${pkgver}"