summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasile Vilvoiu2021-07-16 23:52:26 +0300
committerVasile Vilvoiu2021-07-16 23:52:26 +0300
commitde50dc7d6c412765cb2e9b25aaecce19c83ffa71 (patch)
treeec24dfba61d1dc000e3a1881f9b1666d3e48e5f2 /PKGBUILD
parentfab3c2909397a9542c6692b7831a2547e2f19faa (diff)
downloadaur-de50dc7d6c412765cb2e9b25aaecce19c83ffa71.tar.gz
v0.9.1 pre-release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2dd2aafdfd5..56df97c9341a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
pkgname=specgram
-pkgver=0.9.0
-pkgrel=2
+pkgver=0.9.1
+pkgrel=1
pkgdesc="Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input."
arch=('x86_64')
url="https://github.com/rimio/specgram"
@@ -10,7 +10,7 @@ depends=('sfml' 'spdlog' 'fftw')
makedepends=('cmake' 'gcc')
conflicts=('specgram-git')
source=("https://github.com/rimio/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=("087db9205c755d7b73fdc10abcb9e226")
+md5sums=("05159ad91984f75e3656d0082bb6330a")
build() {
cd "$pkgname-$pkgver"