summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazza2022-04-30 23:51:21 -0300
committerBazza2022-04-30 23:51:21 -0300
commitf76a4f222cab86b71f1feda1caf1d2a0f5c7dbd6 (patch)
treef2f8a9b133d79eedb78867bd5c44c221de78e235
parent52a51183bda2cef43849b143df2f7da3d6a723da (diff)
downloadaur-f76a4f222cab86b71f1feda1caf1d2a0f5c7dbd6.tar.gz
2022-04-30
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55cd3b9d1125..b687ca6f1a57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = rhubarb-lip-sync
makedepends = boost-libs
provides = DanielSWolf
options = !strip
- source = v1.12.0.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/archive/refs/heads/feature/%23103-minor-syntax-fixes.zip
+ source = v1.12.0.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/releases/download/v1.12.0/Rhubarb-Lip-Sync-1.12.0-Linux.zip
md5sums = f823c9b3abdf632eb49f68c3970c724b
pkgname = rhubarb-lip-sync
diff --git a/PKGBUILD b/PKGBUILD
index a420360de084..c9182efb366a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ provides=("DanielSWolf")
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")
+source=("v${pkgver}.zip::https://github.com/DanielSWolf/rhubarb-lip-sync/releases/download/v1.12.0/Rhubarb-Lip-Sync-1.12.0-Linux.zip")
+
md5sums=('f823c9b3abdf632eb49f68c3970c724b')
license=('MIT')
options=(!strip)