summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfsyy2022-11-12 14:51:53 +0100
committerfsyy2022-11-12 14:51:53 +0100
commit79bae96666003d8a25e95a11a453111db0c01e0e (patch)
tree2b5288ce0a598f235f380eb3224e5e87d6bf93b3
parentfe026510af448122a92a6b776d358d50698af268 (diff)
downloadaur-79bae96666003d8a25e95a11a453111db0c01e0e.tar.gz
updated PKGBUILD
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7282c95ed000..f08ce59b9e22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-elgato-streamdeck
pkgdesc = Library to control Elgato Stream Deck devices
- pkgver = 0.9.1
+ pkgver = 0.9.3
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.1.tar.gz
- sha512sums = 8fc4a22a56f1fe3520b389f5c570cb8bd6bc4ccfdc24b85036685bbf3babfb4ed99c523cf67fa26e7e1a1bf2cd8d874d9efb3923c5811df2a52045041107dce4
+ source = https://github.com/abcminiuser/python-elgato-streamdeck/archive/refs/tags/0.9.3.tar.gz
+ sha512sums = 96e9765fb6d579b692a2aa55b19bb82d4145821a3eee05adbc30409b319aca36c6afd783df22f1b33f0532a392e6b7609c047eb3bfb4d22af5cec01d3ddebf71
pkgname = python-elgato-streamdeck
diff --git a/PKGBUILD b/PKGBUILD
index 240bed1ce9bf..abc10686befb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: fsyy <fossy2001 @ web.de>
pkgname=python-elgato-streamdeck
-pkgver=0.9.1
+pkgver=0.9.3
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=('8fc4a22a56f1fe3520b389f5c570cb8bd6bc4ccfdc24b85036685bbf3babfb4ed99c523cf67fa26e7e1a1bf2cd8d874d9efb3923c5811df2a52045041107dce4')
+sha512sums=('96e9765fb6d579b692a2aa55b19bb82d4145821a3eee05adbc30409b319aca36c6afd783df22f1b33f0532a392e6b7609c047eb3bfb4d22af5cec01d3ddebf71')
build() {
cd "${pkgname}-${pkgver}"