summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3S0X2020-08-13 20:21:02 +0200
committerD3S0X2020-08-13 20:21:02 +0200
commit0ccab4069cb7e4d5edccb5354ce06dcbd619cf9f (patch)
treed9b3d0438b59d5f7c0a408cc2da4a556cebbf02c
parentf4dc506b6c2b94fcb4c427ef4f385e238595e8bf (diff)
downloadaur-0ccab4069cb7e4d5edccb5354ce06dcbd619cf9f.tar.gz
improvements
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ec65d0aaebe..b2062e901a50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = lyrebird
depends = python>=3.8
depends = python-toml
depends = gtk3
- optdepends = pavucontrol: audio support
provides = lyrebird
conflicts = lyrebird
source = https://github.com/chxrlt/lyrebird/archive/v1.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bff0bc9e0d96..22980785cfcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,10 @@ arch=('any')
url="https://github.com/chxrlt/lyrebird"
license=('MIT')
depends=('python>=3.8' 'python-toml' 'gtk3')
-optdepends=('pavucontrol: audio support')
conflicts=('lyrebird')
provides=('lyrebird')
-source=("https://github.com/chxrlt/lyrebird/archive/v${pkgver}.tar.gz" "lyrebird.desktop" "config.toml")
+source=("$url/archive/v${pkgver}.tar.gz" "lyrebird.desktop" "config.toml")
sha256sums=('cf869cfd6b1237ad58ff8bd55fdf9f2032ba6d7159801395bec4a007245fd4ab' '912d5fbd57a0a1ea2a0f17bd41f9ddf687722c9c9ab88f51d3f33d3894417ca7' 'efe34e18fec84afca1bc64eaad4984125a35dfd55d1e8b604ede9186c6fda7e3')
package() {