diff options
author | tytan652 | 2022-09-03 14:45:49 +0200 |
---|---|---|
committer | tytan652 | 2022-09-03 14:45:49 +0200 |
commit | d518c9c01ff08543104d2f72746231962b39ef79 (patch) | |
tree | 0ee351acf00ccbb892b34962da725fcbedc27219 | |
parent | da444ff23a5a3494dacb72d6605d4f6f36804e31 (diff) | |
download | aur-d518c9c01ff08543104d2f72746231962b39ef79.tar.gz |
build: Update to 2.0.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |