summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKhorne2024-06-07 16:00:39 +0200
committerKhorne2024-06-07 16:00:39 +0200
commit6c313ca6f907ec2ce231650f364fcc6fa206b232 (patch)
tree4a194e4024191bbb31dc0bab2d0e4e80d3cb229b /PKGBUILD
parent5ce29c2bb97015840a283931a9ff213d1009175f (diff)
downloadaur-python-pinecil.tar.gz
upgpkg: python-pinecil 0.2.15-1
upstream release upd python-pinecil 0.2.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c37d8ba19d2..dd8294918b39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Khorne <khorne@khorne.me>
pkgname=python-pinecil
_name=${pkgname##python-}_lib
-pkgver=0.2.14
+pkgver=0.2.15
pkgrel=1
pkgdesc="A python interface for Pinecil V2 controls and settings."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python' 'python-bleak')
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-poetry')
source=("${_name}-${pkgver}.tar.gz::https://github.com/builder555/${_name}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('ce7dfa49ecd2dabab667ac717729e070b7a482b6dba3cb7b70e69b5efd40ca02')
+sha256sums=('29e3506e7eef481660edacc8e437189b1fe9885318cb82636b0ca084b3fe46ce')
build() {
cd "${_name}-${pkgver}"