mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 09:43:13 +01:00
screenpipe-bin: update to 0.3.135
This commit is contained in:
parent
09e92127fe
commit
cf6e0d8288
2 changed files with 13 additions and 13 deletions
18
.SRCINFO
18
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = screenpipe-bin
|
||||
pkgdesc = 24/7 Screen and Audio Capture with AI-powered tools
|
||||
pkgver = 0.3.59
|
||||
pkgver = 0.3.135
|
||||
pkgrel = 1
|
||||
url = https://github.com/screenpipe/screenpipe
|
||||
arch = x86_64
|
||||
|
|
@ -15,15 +15,15 @@ pkgbase = screenpipe-bin
|
|||
depends = xdotool
|
||||
provides = screenpipe
|
||||
conflicts = screenpipe
|
||||
source = LICENSE-0.3.59::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.59/LICENSE.md
|
||||
source = README-0.3.59::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.59/README.md
|
||||
source = TESTING-0.3.59::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.59/TESTING.md
|
||||
source = CONTRIBUTING-0.3.59::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.59/CONTRIBUTING.md
|
||||
source = LICENSE-0.3.135::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.135/LICENSE.md
|
||||
source = README-0.3.135::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.135/README.md
|
||||
source = TESTING-0.3.135::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.135/TESTING.md
|
||||
source = CONTRIBUTING-0.3.135::https://raw.githubusercontent.com/screenpipe/screenpipe/v0.3.135/CONTRIBUTING.md
|
||||
sha256sums = 7c8870ce4a6920da8c667759f25f7d99cdbbd45a40ea32978b34ab06e39c2f1f
|
||||
sha256sums = 3a5bdfb91acdffb931dd89017dad495008d2ec9733306aa0583a1318f7a94658
|
||||
sha256sums = ea3e49f991612437374fb7fccab7c07ddd5831215d9ab1284a3c5304be68fcf1
|
||||
sha256sums = 15ca362ae6423bb449f10cfca13c32e1b646b21210c11795bb499e8bfe5d75fc
|
||||
sha256sums = 02766e711d85be26d155df569e2c4642e9fedd51d8974bdb67e895f94b7c4ada
|
||||
sha256sums = d62f9b5a4efa50ac07d89366a37957b75fb2552dad3b4a79e1bcd41a382ae975
|
||||
source_x86_64 = https://github.com/screenpipe/screenpipe/releases/download/v0.3.59/screenpipe-0.3.59-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = 7e21aeb4963e0f884f536d43114a64ee2d569669c52788ba1443a97d7196a03e
|
||||
source_x86_64 = https://github.com/screenpipe/screenpipe/releases/download/v0.3.135/screenpipe-0.3.135-x86_64-unknown-linux-gnu.tar.gz
|
||||
sha256sums_x86_64 = e8be7c5be8d6a09fb82c835d0292fe549aaf49656e6175b97101c7a5ae77d43f
|
||||
|
||||
pkgname = screenpipe-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
_pkgauthor=screenpipe
|
||||
_pkgname=screenpipe
|
||||
pkgname=${_pkgname}-bin
|
||||
pkgver=0.3.59
|
||||
pkgver=0.3.135
|
||||
pkgrel=1
|
||||
pkgdesc="24/7 Screen and Audio Capture with AI-powered tools"
|
||||
arch=('x86_64')
|
||||
|
|
@ -22,10 +22,10 @@ source=("LICENSE-${pkgver}::${_urlraw}/LICENSE.md"
|
|||
"CONTRIBUTING-${pkgver}::${_urlraw}/CONTRIBUTING.md")
|
||||
source_x86_64=("${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-${arch[0]}-unknown-linux-gnu.tar.gz")
|
||||
sha256sums=('7c8870ce4a6920da8c667759f25f7d99cdbbd45a40ea32978b34ab06e39c2f1f'
|
||||
'3a5bdfb91acdffb931dd89017dad495008d2ec9733306aa0583a1318f7a94658'
|
||||
'ea3e49f991612437374fb7fccab7c07ddd5831215d9ab1284a3c5304be68fcf1'
|
||||
'15ca362ae6423bb449f10cfca13c32e1b646b21210c11795bb499e8bfe5d75fc'
|
||||
'02766e711d85be26d155df569e2c4642e9fedd51d8974bdb67e895f94b7c4ada'
|
||||
'd62f9b5a4efa50ac07d89366a37957b75fb2552dad3b4a79e1bcd41a382ae975')
|
||||
sha256sums_x86_64=('7e21aeb4963e0f884f536d43114a64ee2d569669c52788ba1443a97d7196a03e')
|
||||
sha256sums_x86_64=('e8be7c5be8d6a09fb82c835d0292fe549aaf49656e6175b97101c7a5ae77d43f')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/" || exit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue