summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrasLorus2022-10-12 14:41:55 +0200
committerDrasLorus2022-10-12 14:41:55 +0200
commitaa0fed51539f0debf34be003db5588874406ba8d (patch)
tree252596c9dbc2f8bc58a24e8e4fa926c039008379 /PKGBUILD
parent682ebf79ff3b3bb95e0beadb65fd70deda0edbaa (diff)
downloadaur-python-scikit-commpy.tar.gz
Bump bersion to 0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce51a4ebbde..a40f319cdcd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: DrasLorus <draslorus@draslorus.fr>
pkgname=python-scikit-commpy
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
epoch=
pkgdesc="An open source toolkit implementing digital communications algorithms in Python"
@@ -25,7 +25,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/veeresht/CommPy/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('49a762751a9b2f65b6a921b9bfaad23c32d570d4fef0f3c8ab5481f2650b2dcb')
+sha256sums=('7b6b345009b2a7d9248a1e6de68898d67102727dac3c92863b00e925bdb46398')
prepare() {
ln -sfv "$srcdir/CommPy-$pkgver" "$srcdir/$pkgname-$pkgver"