summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-07-10 21:50:43 +0200
committerD3S0X2020-07-10 21:50:43 +0200
commita8498ae101dc1cac44fd36eb4cbd47ddd821fcf8 (patch)
tree6cd781a90b2c54db8b5a488b2924c0c0030c3e48
parenta2efc04cadbbcfdd07810777c40e2864696e9203 (diff)
downloadaur-a8498ae101dc1cac44fd36eb4cbd47ddd821fcf8.tar.gz
updated to 0.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a8e2ab05711..6a6906ad7083 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cadmus-deb
pkgdesc = A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin
- pkgver = 0.0.1
- pkgrel = 4
+ pkgver = 0.0.2
+ pkgrel = 1
url = https://github.com/josh-richardson/cadmus/
arch = x86_64
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = cadmus-deb
provides = cadmus
conflicts = cadmus
conflicts = cadmus-appimage
- source = https://github.com/josh-richardson/cadmus/releases/download/0.0.1/cadmus.deb
- sha256sums = 3ec2b2bd28a7a3496e4db45ce83dc9c3ae71e13b6db06be03046edaaf9645518
+ source = https://github.com/josh-richardson/cadmus/releases/download/0.0.2/cadmus.deb
+ sha256sums = 25a7b48c66a1395da66939a8c8b026eb775d4d10ada482d24b8ea2373376c864
pkgname = cadmus-deb
diff --git a/PKGBUILD b/PKGBUILD
index 1646b9188b5c..368d3b08cd16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <desoxhd@gmail.com>
pkgname=cadmus-deb
-pkgver=0.0.1
-pkgrel=4
+pkgver=0.0.2
+pkgrel=1
pkgdesc="A GUI frontend for @werman's Pulse Audio real-time noise suppression plugin"
arch=('x86_64')
url="https://github.com/josh-richardson/cadmus/"
@@ -11,7 +11,7 @@ conflicts=('cadmus' 'cadmus-appimage')
provides=('cadmus')
depends=('hicolor-icon-theme' 'zlib')
source=(https://github.com/josh-richardson/cadmus/releases/download/${pkgver}/cadmus.deb)
-sha256sums=('3ec2b2bd28a7a3496e4db45ce83dc9c3ae71e13b6db06be03046edaaf9645518')
+sha256sums=('25a7b48c66a1395da66939a8c8b026eb775d4d10ada482d24b8ea2373376c864')
package() {
cd "${pkgdir}"