summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazza2022-06-18 11:58:37 -0300
committerBazza2022-06-18 11:58:37 -0300
commitee556cb0375fbbb2a5f56f88fc626549881dc148 (patch)
treeb350dca2d2b03b6207cd0d5cbbae8dcbb722adf4
parent7deb654fb507706cd487d0948b484d0b29105333 (diff)
downloadaur-ee556cb0375fbbb2a5f56f88fc626549881dc148.tar.gz
2022-06-18
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3c50b4787a2..414551e37bf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = rhubarb-lip-sync
license = MIT
makedepends = cmake
makedepends = boost-libs
+ makedepends = boost
provides = DanielSWolf
options = !strip
source = v1.12.0.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/tags/v1.12.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index d4f0827fdc28..47ca710c75c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.12.0
pkgrel=1
pkgdesc="Rhubarb Lip Sync is a command-line tool that automatically creates 2D mouth animation from voice recordings."
provides=("DanielSWolf")
-makedepends=('cmake' 'boost-libs')
+makedepends=('cmake' 'boost-libs' 'boost' )
url='https://github.com/DanielSWolf/rhubarb-lip-sync'
arch=('x86_64')
source=("v${pkgver}.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/tags/v1.12.0.zip")