summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrern2022-05-03 08:30:47 +0000
committerrern2022-05-03 08:30:47 +0000
commitda05909879d5dc751b6d7036e851e467c9a4121b (patch)
treed1da9b0bfc6b68a6220cc2821eb3f1a83e9d8ac3 /PKGBUILD
parent1acd68aea36cc3274f194dee923f544ad8c1ad7d (diff)
downloadaur-python-pycamilladsp.tar.gz
upgrade to 1.0.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37f9719f2c3e..08b81ee78d45 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: rern <rernrern@gmail.com>
pkgname=python-pycamilladsp
-pkgver=0.6.0
+pkgver=1.0.0
pkgrel=1
pkgdesc='Communication with CamillaDSP via a websocket'
url=https://github.com/HEnquist/pycamilladsp
@@ -10,7 +10,7 @@ arch=(any)
depends=(python-websocket-client python-websockets)
makedepends=(python)
source=(https://github.com/HEnquist/pycamilladsp/archive/refs/tags/v$pkgver.tar.gz)
-sha256sums=(37a749440e17882b5ec8761f45af1ac17f0183752abcfa7849abd917970e124a)
+sha256sums=(2b77195a4b7402821fb410cd9924ec622124264393ea59e63cfed5344076061c)
package() {
cd $srcdir/pycamilladsp-$pkgver