summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortxtsd2023-02-10 19:14:36 +0530
committertxtsd2023-02-10 19:14:36 +0530
commit948466b8f404126823f0ec4ccee1ed1b6f519ff6 (patch)
treedad5ce81a980e715199c39ae4b186b37957089c7 /PKGBUILD
parent2eb46c53c51db9332645b80afb73eefd35b8ead4 (diff)
downloadaur-948466b8f404126823f0ec4ccee1ed1b6f519ff6.tar.gz
upgpkg: soundsense-rs-git 1.5.1.travis.r12.gf701020-2
Adjust dependencies and license directory Signed-off-by: txtsd <code@ihavea.quest>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dd27a97f2c1..78fb1a6db78f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=soundsense-rs-git
_pkgname=soundsense-rs
pkgver=1.5.1.travis.r12.gf701020
-pkgrel=1
+pkgrel=2
pkgdesc="A Rust version of SoundSense"
arch=("x86_64")
url="https://github.com/prixt/${_pkgname}"
license=("MIT")
makedepends=("git" "rust" "alsa-lib" "gtk3" "webkit2gtk")
-depends=("libasound.so" "libgtk-3.so" "libgdk-3.so" "libwebkit2gtk-4.0.so"
+depends=("libasound.so" "libgdk-3.so" "libwebkit2gtk-4.0.so"
"libjavascriptcoregtk-4.0.so")
source=("git+https://github.com/prixt/${_pkgname}.git"
'soundsense-rs.desktop'
@@ -36,7 +36,7 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
install -Dm755 "target/release/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
- install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
+ install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 "icons/icon.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
cd "${srcdir}"