diff --git a/clonezilla-unstable/.SRCINFO b/clonezilla-unstable/.SRCINFO index 6edadd8..63f5689 100644 --- a/clonezilla-unstable/.SRCINFO +++ b/clonezilla-unstable/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = clonezilla-unstable pkgdesc = ncurses partition and disk imaging/cloning program - pkgver = 5.5.9 + pkgver = 5.5.11 pkgrel = 1 url = https://clonezilla.org arch = any @@ -29,9 +29,9 @@ pkgbase = clonezilla-unstable provides = clonezilla conflicts = clonezilla backup = etc/drbl/drbl-ocs.conf - source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.5.9.tar.xz + source = https://free.nchc.org.tw/drbl-core/src/unstable/clonezilla-5.5.11.tar.xz source = usrbin.patch - sha512sums = 0a4a5e9b1207d6aaa572251fff36a741c6131503f0b1429ce6ff4c2a6bb65e27456d0f03c9d1603858e821f8d3cb6cf2096be26fbe4581d4cb8678b52eaba932 + sha512sums = ba094d02b4e6b24f1bb79121507efe76320356e2e4d0cff55e21be258fb6a3ed894bced5b57efe6730b7d5f119588d0a559a26747df0fc7b64537aeb4cc4d5ef sha512sums = 39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac pkgname = clonezilla-unstable diff --git a/clonezilla-unstable/PKGBUILD b/clonezilla-unstable/PKGBUILD index 391b20a..acbd8f1 100644 --- a/clonezilla-unstable/PKGBUILD +++ b/clonezilla-unstable/PKGBUILD @@ -2,7 +2,7 @@ pkgname=clonezilla-unstable _pkgname=clonezilla -pkgver=5.5.9 +pkgver=5.5.11 pkgrel=1 pkgdesc="ncurses partition and disk imaging/cloning program" arch=('any') @@ -16,7 +16,7 @@ conflicts=("${_pkgname}") provides=("${_pkgname}") source=("https://free.nchc.org.tw/drbl-core/src/unstable/${_pkgname}-${pkgver}.tar.xz" 'usrbin.patch') -sha512sums=('0a4a5e9b1207d6aaa572251fff36a741c6131503f0b1429ce6ff4c2a6bb65e27456d0f03c9d1603858e821f8d3cb6cf2096be26fbe4581d4cb8678b52eaba932' +sha512sums=('ba094d02b4e6b24f1bb79121507efe76320356e2e4d0cff55e21be258fb6a3ed894bced5b57efe6730b7d5f119588d0a559a26747df0fc7b64537aeb4cc4d5ef' '39e63eaa18ffaed7fe9a2dde449c8b57d4a3dc313024213881bd620d0011671bb7f8a0346df7c247c2da94f8d82afb669057cb05dd9cefffafb680826544d6ac') prepare() { diff --git a/obs-vkcapture/.SRCINFO b/obs-vkcapture/.SRCINFO index 4dd38ee..1ba8869 100644 --- a/obs-vkcapture/.SRCINFO +++ b/obs-vkcapture/.SRCINFO @@ -1,5 +1,5 @@ pkgbase = obs-vkcapture - pkgver = 1.4.3 + pkgver = 1.4.4 pkgrel = 1 url = https://github.com/nowrep/obs-vkcapture arch = x86_64 @@ -15,8 +15,8 @@ pkgbase = obs-vkcapture depends = libgl depends = libegl depends = obs-studio>=27 - source = https://github.com/nowrep/obs-vkcapture/archive/v1.4.3/obs-vkcapture-1.4.3.tar.gz - sha512sums = be5917b1e25ccb17c964ac95f15ca05ab151650652f106a5c22d6b7344b2d20e5b265afa664eb74130c819990eaaa6822fa73fbf9085c35b4c041d0058e570a0 + source = https://github.com/nowrep/obs-vkcapture/archive/v1.4.4/obs-vkcapture-1.4.4.tar.gz + sha512sums = 656a0b1b0b59002b9688a7876412747f3af00637b140728be01c43b0bfd6ea6ae26d95ef0313e2a8e159102a4a0068a1a9b4730672ef99abb4362b8b1bf1a2a9 pkgname = obs-vkcapture pkgdesc = OBS Linux Vulkan/OpenGL game capture diff --git a/obs-vkcapture/PKGBUILD b/obs-vkcapture/PKGBUILD index 1048071..44b9db2 100644 --- a/obs-vkcapture/PKGBUILD +++ b/obs-vkcapture/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=obs-vkcapture pkgname=("$pkgbase" "lib32-$pkgbase") -pkgver=1.4.3 +pkgver=1.4.4 pkgrel=1 url="https://github.com/nowrep/$pkgbase" license=('GPL2') @@ -10,7 +10,7 @@ arch=('x86_64') depends=('vulkan-icd-loader' 'libgl' 'libegl' 'obs-studio>=27') makedepends=('gcc' 'cmake' 'vulkan-headers' 'lib32-gcc-libs' 'lib32-vulkan-icd-loader' 'lib32-libgl' 'lib32-libegl') source=("https://github.com/nowrep/$pkgbase/archive/v$pkgver/$pkgbase-$pkgver.tar.gz") -sha512sums=('be5917b1e25ccb17c964ac95f15ca05ab151650652f106a5c22d6b7344b2d20e5b265afa664eb74130c819990eaaa6822fa73fbf9085c35b4c041d0058e570a0') +sha512sums=('656a0b1b0b59002b9688a7876412747f3af00637b140728be01c43b0bfd6ea6ae26d95ef0313e2a8e159102a4a0068a1a9b4730672ef99abb4362b8b1bf1a2a9') build() { cmake -B build -S "$pkgbase-$pkgver" \