summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-09-03 14:45:49 +0200
committertytan6522022-09-03 14:45:49 +0200
commitd518c9c01ff08543104d2f72746231962b39ef79 (patch)
tree0ee351acf00ccbb892b34962da725fcbedc27219
parentda444ff23a5a3494dacb72d6605d4f6f36804e31 (diff)
downloadaur-d518c9c01ff08543104d2f72746231962b39ef79.tar.gz
build: Update to 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff65ea7d6d68..dc0750105112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = obs-text-pthread
pkgdesc = This plugin aims to show beautiful texts on OBS Studio
- pkgver = 2.0.0
+ pkgver = 2.0.1
pkgrel = 1
url = https://obsproject.com/forum/resources/obs-pthread-text.1287/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = obs-text-pthread
depends = obs-studio>=28
depends = pango
options = debug
- source = obs-text-pthread-2.0.0.tar.gz::https://github.com/norihiro/obs-text-pthread/archive/2.0.0.tar.gz
- sha256sums = 6b5e6687fb0313daa45cf7829d8d9553bc63b448dd1cd5e316d5d8eb1e93dd53
+ source = obs-text-pthread-2.0.1.tar.gz::https://github.com/norihiro/obs-text-pthread/archive/2.0.1.tar.gz
+ sha256sums = d4815c5d9513243facd4766944d10b74527d2c58707359a81170385af93cbfeb
pkgname = obs-text-pthread
diff --git a/PKGBUILD b/PKGBUILD
index 9f81578978c2..fb3a907dc22f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=obs-text-pthread
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc="This plugin aims to show beautiful texts on OBS Studio"
arch=("x86_64" "aarch64")
@@ -11,7 +11,7 @@ depends=("obs-studio>=28" "pango")
makedepends=("cmake")
options=('debug')
source=("$pkgname-$pkgver.tar.gz::https://github.com/norihiro/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=("6b5e6687fb0313daa45cf7829d8d9553bc63b448dd1cd5e316d5d8eb1e93dd53")
+sha256sums=("d4815c5d9513243facd4766944d10b74527d2c58707359a81170385af93cbfeb")
build() {
cd "$pkgname-$pkgver"