summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-05-29 22:59:27 +0200
committerSefa Eyeoglu2022-05-29 22:59:27 +0200
commitd73da4fb50126f0e97635a7f04efc506394bd268 (patch)
tree0be251419cb1871dffd8bd47925b0a5ea0bf654b
parent6affd2f53797fef336ae8bc8a3c0ab6de67451d4 (diff)
downloadaur-d73da4fb50126f0e97635a7f04efc506394bd268.tar.gz
upgpkg: noisetorch 0.11.6-2
refactor: switch to new repository
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
-rw-r--r--noisetorch.install4
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e8c6462ad2..41162efb8868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = noisetorch
pkgdesc = Real-time microphone noise suppression on Linux.
pkgver = 0.11.6
- pkgrel = 1
- url = https://github.com/lawl/NoiseTorch
+ pkgrel = 2
+ url = https://github.com/noisetorch/NoiseTorch
install = noisetorch.install
arch = x86_64
license = GPL3
@@ -11,10 +11,9 @@ pkgbase = noisetorch
makedepends = git
depends = pulseaudio
depends = polkit
+ depends = hicolor-icon-theme
provides = noisetorch
- source = git+https://github.com/lawl/NoiseTorch#tag=0.11.6
- source = noisetorch.install
+ source = git+https://github.com/noisetorch/NoiseTorch.git#tag=0.11.6
md5sums = SKIP
- md5sums = efe2d4667047aab863f7dd6716cd46b4
pkgname = noisetorch
diff --git a/PKGBUILD b/PKGBUILD
index 803285e86074..0263b8f52a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,19 +8,17 @@
pkgname=noisetorch
pkgver=0.11.6
-pkgrel=1
+pkgrel=2
pkgdesc='Real-time microphone noise suppression on Linux.'
arch=('x86_64')
-url=https://github.com/lawl/NoiseTorch
+url=https://github.com/noisetorch/NoiseTorch
license=('GPL3')
-depends=('pulseaudio' 'polkit')
+depends=('pulseaudio' 'polkit' 'hicolor-icon-theme')
makedepends=('go' 'cmake' 'git')
provides=('noisetorch')
install="${pkgname}.install"
-source=("git+${url}#tag=${pkgver}"
- "${pkgname}.install")
-md5sums=('SKIP'
- 'efe2d4667047aab863f7dd6716cd46b4')
+source=("git+${url}.git#tag=${pkgver}")
+md5sums=('SKIP')
build() {
export GOPATH="$srcdir/go"
diff --git a/noisetorch.install b/noisetorch.install
index 749c2b86d1e3..7c9f1f65744d 100644
--- a/noisetorch.install
+++ b/noisetorch.install
@@ -1,5 +1,9 @@
post_install() {
setcap 'CAP_SYS_RESOURCE=+ep' usr/bin/noisetorch
+
+ # Disclaimer about a potential compromise of the source code
+ echo "NOTE: The original developer can not guarantee the security of the code of previous versions. Additionally development has shifted to a new repository."
+ echo "The current codebase has been audited by the community, as can be seen here: https://github.com/noisetorch/NoiseTorch/discussions/275"
}
post_upgrade() {