summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-08-13 20:26:48 +0200
committerD3S0X2020-08-13 20:26:48 +0200
commit4e5451181ef8153a076856e3cda20e6d1c1c14cd (patch)
tree73005239c478bb68720323eac624d4ea04f1ce2a
parent0ccab4069cb7e4d5edccb5354ce06dcbd619cf9f (diff)
downloadaur-4e5451181ef8153a076856e3cda20e6d1c1c14cd.tar.gz
added missing dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2062e901a50..90cc7d69a866 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = lyrebird
pkgdesc = Simple and powerful voice changer for Linux, written in GTK 3.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/chxrlt/lyrebird
arch = any
license = MIT
depends = python>=3.8
depends = python-toml
depends = gtk3
+ depends = python-gobject
+ depends = sox
+ depends = libsoxr
provides = lyrebird
conflicts = lyrebird
source = https://github.com/chxrlt/lyrebird/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 22980785cfcf..dd30dd39efc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Nico <desoxhd@gmail.com>
pkgname=lyrebird
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Simple and powerful voice changer for Linux, written in GTK 3."
arch=('any')
url="https://github.com/chxrlt/lyrebird"
license=('MIT')
-depends=('python>=3.8' 'python-toml' 'gtk3')
+depends=('python>=3.8' 'python-toml' 'gtk3' 'python-gobject' 'sox' 'libsoxr')
conflicts=('lyrebird')
provides=('lyrebird')