summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazza2022-04-27 15:31:02 -0300
committerBazza2022-04-27 15:31:02 -0300
commit52a51183bda2cef43849b143df2f7da3d6a723da (patch)
tree61874a162f8043fbe9f21ae112b5d88d92820942
parentd47192f9383ce18bc175e1961004b22996fd1cbc (diff)
downloadaur-52a51183bda2cef43849b143df2f7da3d6a723da.tar.gz
2022-04-27
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9de82e351797..55cd3b9d1125 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhubarb-lip-sync
pkgdesc = Rhubarb Lip Sync is a command-line tool that automatically creates 2D mouth animation from voice recordings.
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/DanielSWolf/rhubarb-lip-sync
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = rhubarb-lip-sync
makedepends = boost-libs
provides = DanielSWolf
options = !strip
- source = v1.11.0.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/heads/feature/%23103-minor-syntax-fixes.zip
- md5sums = 8c8b16060c1088554c67afabe9453329
+ source = v1.12.0.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/heads/feature/%23103-minor-syntax-fixes.zip
+ md5sums = f823c9b3abdf632eb49f68c3970c724b
pkgname = rhubarb-lip-sync
diff --git a/PKGBUILD b/PKGBUILD
index 90fa335926d3..a420360de084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Bazza <bazza@riseup.net>
pkgname=('rhubarb-lip-sync')
-pkgver=1.11.0
+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")
@@ -9,7 +9,7 @@ makedepends=('cmake' 'boost-libs')
url='https://github.com/DanielSWolf/rhubarb-lip-sync'
arch=('x86_64')
source=("v${pkgver}.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/heads/feature/%23103-minor-syntax-fixes.zip")
-md5sums=('8c8b16060c1088554c67afabe9453329')
+md5sums=('f823c9b3abdf632eb49f68c3970c724b')
license=('MIT')
options=(!strip)